From a6f07afb4360f9554b5fc6e24fdbf4de0dc5c315 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 31 Mar 2022 17:14:55 +0200 Subject: [PATCH] [fix] permission --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2fdfcef..e6956e2 100644 --- a/scripts/install +++ b/scripts/install @@ -155,7 +155,7 @@ ynh_store_file_checksum --file="/etc/onlyoffice/documentserver/default.json" # 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