diff --git a/scripts/install b/scripts/install index c864422..99c0da7 100644 --- a/scripts/install +++ b/scripts/install @@ -38,7 +38,7 @@ ynh_add_nginx_config ynh_script_progression --message="Adding a configuration file..." --weight=1 # max file upload size -# TODO : unbound variable ? #MEDIA_UPLOAD_SIZE="${MEDIA_UPLOAD_SIZE:0:2}000000" # convert the MB argument in bytes +MEDIA_UPLOAD_SIZE="${media_upload_size:0:2}000000" # convert the MB argument in bytes ynh_add_config --template="../conf/.env" --destination="$install_dir/.env"