From be6e9460723c3b6191ad2f1889903f33f9c3f727 Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 30 Sep 2023 00:42:38 +0700 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index eae6a2f..17db50b 100755 --- a/scripts/restore +++ b/scripts/restore @@ -104,7 +104,7 @@ ynh_script_progression --message="Restoring the app local storage..." --weight=1 ynh_restore_file --origin_path="/var/lib/outline" -chmod 400 "/var/lib/outline" +chmod 750 "/var/lib/outline" chown -R $app:www-data "/var/lib/outline" #=================================================