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 #=================================================