From 2ccbcff046138c89459e935fd6b08bd221570c78 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 10 Jun 2021 22:46:59 +0200 Subject: [PATCH] Update scripts/restore Co-authored-by: Alexandre Aubin --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 4248aa3..d6748f6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -75,7 +75,7 @@ ynh_script_progression --message="Restoring user rights..." # Restore permissions on app files chown -R $app: $final_path -chmod -R 775 "$final_path/storage" +chmod 775 "$final_path/storage" #================================================= # RESTORE THE PHP-FPM CONFIGURATION