From 698eadd80519acb6e8c8f76e46574eca401bae01 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 6 Dec 2021 14:55:29 +0100 Subject: [PATCH] Fix --- check_process | 6 +++--- scripts/restore | 7 ------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/check_process b/check_process index bd8f9d3..62e585c 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=647357b164acab3cf5a908e8a51371fa09a6a7b3 + upgrade=1 from_commit=f86e97b3bf963a15af911f78a9333bdee0b0f41d backup_restore=1 multi_instance=1 change_url=1 @@ -20,6 +20,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=647357b164acab3cf5a908e8a51371fa09a6a7b3 - name=2021-05-06 + ; commit=f86e97b3bf963a15af911f78a9333bdee0b0f41d + name=Update check_process manifest_arg=domain=DOMAIN&path=PATH&user=USER&is_public=1& diff --git a/scripts/restore b/scripts/restore index e79c666..849c408 100644 --- a/scripts/restore +++ b/scripts/restore @@ -65,13 +65,6 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -#================================================= -# RESTORE USER RIGHTS -#================================================= - -# Restore permissions on app files -chown -R $app:www-data $final_path - #================================================= # RESTORE THE PHP-FPM CONFIGURATION #=================================================