From d3f19458812759f76e2ae311a3e818cd21ef42f7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 23 Oct 2022 10:44:42 +0200 Subject: [PATCH] Update restore --- scripts/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index a9f38ea..b6af569 100644 --- a/scripts/restore +++ b/scripts/restore @@ -58,8 +58,8 @@ 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 775 $final_path/db/config.php -chmod 775 $final_path/tmp/sessions +chmod 775 $final_path/config.php +#chmod 775 $final_path/tmp/sessions #================================================= # REINSTALL DEPENDENCIES