From a2cbb8282028d09eb5468c4908ec6bc81285d486 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 2 May 2023 13:58:15 +0200 Subject: [PATCH] comment MEDIA_UPLOAD_SIZE for now --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d6b2294..9b5a22d 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 -MEDIA_UPLOAD_SIZE="${MEDIA_UPLOAD_SIZE:0:2}000000" # convert the MB argument in bytes +# TODO : unbound variable ? #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"