From b347bcce2471c9308383c24871923f55f07614bc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Mar 2021 09:16:57 +0100 Subject: [PATCH] Fix --- scripts/install | 2 -- scripts/restore | 2 -- scripts/upgrade | 2 -- 3 files changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index 67bec0a..2cfc2be 100644 --- a/scripts/install +++ b/scripts/install @@ -115,8 +115,6 @@ chown -R root: $final_path chown -R $app:www-data $final_path/files chmod -R 770 $final_path/files -chmod 600 $final_path/settings.php - #================================================= # SETUP SSOWAT #================================================= diff --git a/scripts/restore b/scripts/restore index 75e1f63..7173bf5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -70,8 +70,6 @@ chown -R root: $final_path chown -R $app:www-data $final_path/files chmod -R 770 $final_path/files -chmod 600 $final_path/settings.php - #================================================= # RESTORE THE PHP-FPM CONFIGURATION #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 4556e50..7d01fa4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -144,8 +144,6 @@ chown -R root: $final_path chown -R $app:www-data $final_path/files chmod -R 770 $final_path/files -chmod 600 $final_path/settings.php - #================================================= # GENERIC FINALIZATION #=================================================