From 28b34e9702de11e8c0f12d6b868f2c1ac9887534 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 2 May 2023 23:45:57 +0200 Subject: [PATCH] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c0f3fb0..5d91f78 100644 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,7 @@ chown $app:$app "$install_dir/.env" # max file upload size MEDIA_UPLOAD_SIZE="${media_upload_size:0:2}000000" # convert the MB argument in bytes -ynh_replace_string --match_string="UPLOAD_LIMIT=MEDIA_UPLOAD_SIZE" --replace_string="UPLOAD_LIMIT=$(MEDIA_UPLOAD_SIZE)" --target_file="$install_dir/.env" +ynh_replace_string --match_string="UPLOAD_LIMIT=MEDIA_UPLOAD_SIZE" --replace_string="UPLOAD_LIMIT=$MEDIA_UPLOAD_SIZE" --target_file="$install_dir/.env" #================================================= # SPECIFIC SETUP