mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
cleaning
This commit is contained in:
parent
64c11ca35f
commit
4eecff3c10
1 changed files with 0 additions and 3 deletions
|
@ -47,9 +47,6 @@ chown $app:$app "$install_dir/.env"
|
|||
|
||||
# max file upload size
|
||||
MEDIA_UPLOAD_SIZE="${media_upload_size//[!0-9]/}000000"
|
||||
|
||||
"${media_upload_size:0:2}000000" # convert the MB argument in bytes
|
||||
STRING="5MB,10MB"; echo
|
||||
ynh_replace_string --match_string="UPLOAD_LIMIT=MEDIA_UPLOAD_SIZE" --replace_string="UPLOAD_LIMIT=$MEDIA_UPLOAD_SIZE" --target_file="$install_dir/.env"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue