From 25d70567cfe978aeed012e92be102d2fd7de1b7a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 16 Nov 2020 13:04:16 +0100 Subject: [PATCH] Update restore --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 6696298..6ca03dc 100644 --- a/scripts/restore +++ b/scripts/restore @@ -68,6 +68,7 @@ ynh_system_user_create --username=$app # Restore permissions on app files chown -R $app: $final_path +chmod -R 775 $final_path #================================================= # RESTORE THE PHP-FPM CONFIGURATION