From af46cf6019f38b279cd83e2e2eab71fefa330c39 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 17 Oct 2022 01:52:08 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 15ce2cf..4a79d7e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -55,7 +55,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= ynh_script_progression --message="Restoring the app main directory..." --weight=4 -ynh_restore_file --origin_path="$final_path" +ynh_restore_file --origin_path="$final_path" --not_mandatory chmod 750 "$final_path" chmod -R o-rwx "$final_path"