From 6a15ea4aed4374af71471650f6faa2857b9bf6bb Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Tue, 3 Sep 2024 13:58:36 +0200 Subject: [PATCH] Update restore not sure to put these chmod permissions on all files there --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 4547709..0dbf15d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -27,7 +27,7 @@ ynh_script_progression --message="Restoring the data directory..." --weight=1 ynh_restore_file --origin_path="$data_dir" --not_mandatory -chmod -R o-rwx "$data_dir" +#chmod -R o-rwx "$data_dir" chown -R $app:www-data "$data_dir" #=================================================