mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
typo
This commit is contained in:
parent
6296633927
commit
092b2799a1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
secret_key_base=$(ynh_string_random --length=24)
|
||||
signing_salt=$(ynh_string_random --length=24)
|
||||
_encryption_salt=$(ynh_string_random --length=24)
|
||||
encryption_salt=$(ynh_string_random --length=24)
|
||||
|
||||
# max file upload size
|
||||
MEDIA_UPLOAD_SIZE="${media_upload_size//[!0-9]/}000000"
|
||||
|
|
Loading…
Reference in a new issue