From 574c841a784a2f7bffd1a065f9d01bdce12cb566 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 9 May 2024 08:13:57 +0700 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 280aebd..9969e31 100755 --- a/scripts/restore +++ b/scripts/restore @@ -25,7 +25,7 @@ ynh_restore_file --origin_path="/home/yunohost.app/$app/repos" --not_mandatory chown -R $app:www-data "/home/yunohost.app/$app/repos" -chmod 700 "/home/yunohost.app/$app" +chmod -R 700 "/home/yunohost.app/$app" #================================================= # REINSTALL DEPENDENCIES