From 36739039622ad714ba7d4ed68448520a341681dc Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Fri, 8 Apr 2022 06:46:49 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4747b2a..cfc329f 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -194,15 +194,6 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" chown root: "/etc/cron.d/$app" chmod 644 "/etc/cron.d/$app" -#================================================= -# TEST: SETUP PERMISSIONS (2nd time) -#================================================= - -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" -chown -R $app:www-data "$final_path" -chmod -R 775 $final_path/storage - #================================================= # RELOAD NGINX #=================================================