From 8d28bce4324ee6ba76ae6cbe481ef35d6eaa6aec Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 31 Mar 2022 17:15:31 +0200 Subject: [PATCH] [fix] Permission --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 28795e1..d31dfe2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -125,7 +125,7 @@ ynh_script_progression --message="Generating fonts..." # Set permissions to app files chmod 750 "$final_path" chmod -R o-rwx "$final_path" -chown -R $app:www-data "$final_path" +chown -R ds:ds "$final_path" #================================================= # RELOAD ONLYOFFICE