diff --git a/scripts/install b/scripts/install index 1cddee6..b42ee16 100644 --- a/scripts/install +++ b/scripts/install @@ -153,7 +153,7 @@ chown -R $app:www-data "$final_path" chown root:root "$final_path" setfacl -m g:$app:r-x "$final_path" setfacl -m g:www-data:r-x "$final_path" -chmod o-rwx "$final_path" +chmod 750 "$final_path" #================================================= # PHP-FPM CONFIGURATION diff --git a/scripts/restore b/scripts/restore index b0629dd..e554ba8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -105,7 +105,7 @@ chown -R $app:www-data "$final_path" chown root:root "$final_path" setfacl -m g:$app:r-x "$final_path" setfacl -m g:www-data:r-x "$final_path" -chmod o-rwx "$final_path" +chmod 750 "$final_path" #================================================= # RESTORE THE PHP-FPM CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 5f98d6d..7793eca 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -201,7 +201,7 @@ chown -R $app:www-data "$final_path" chown root:root "$final_path" setfacl -m g:$app:r-x "$final_path" setfacl -m g:www-data:r-x "$final_path" -chmod o-rwx "$final_path" +chmod 750 "$final_path" #================================================= # RELOAD NGINX