From 615ff5b2f79889e3e17706f4be62e24357e2442b Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 23 Nov 2018 16:28:03 +0100 Subject: [PATCH] fix perm --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6b35a7e..b4d5b9d 100644 --- a/scripts/install +++ b/scripts/install @@ -186,7 +186,7 @@ ynh_store_file_checksum "$final_path/config.json" ### that really need such authorization. # Set permissions to app files -#chown -R root: /etc/loolwsd +chown -R $app:$app $final_path #=================================================