diff --git a/scripts/restore b/scripts/restore index 4248aa3..d6748f6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -75,7 +75,7 @@ ynh_script_progression --message="Restoring user rights..." # Restore permissions on app files chown -R $app: $final_path -chmod -R 775 "$final_path/storage" +chmod 775 "$final_path/storage" #================================================= # RESTORE THE PHP-FPM CONFIGURATION