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"