From 757355829e495b3fc41748e4a0358e6c422ab9ec Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 10 Jul 2021 08:47:01 +0200 Subject: [PATCH] Fix --- scripts/restore | 1 - scripts/upgrade | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 0d91c07..cf6a184 100644 --- a/scripts/restore +++ b/scripts/restore @@ -64,7 +64,6 @@ ynh_restore_file --origin_path="$final_path" chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -chmod 755 $final_path/adminer.php #================================================= # RESTORE THE PHP-FPM CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 4192e5a..0f0c794 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -86,7 +86,6 @@ fi chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -chmod 755 $final_path/adminer.php #================================================= # NGINX CONFIGURATION