From 81ff8eb4756259abd58deeb1da5ae89e07622db0 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 7 Jan 2019 15:31:09 +0100 Subject: [PATCH] update --- scripts/install | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 1b25403..2cf19e7 100644 --- a/scripts/install +++ b/scripts/install @@ -134,7 +134,6 @@ ynh_replace_string "__DBNAME__" "$db_name" "$final_path/app/Config/database. # Calculate and store the config file checksum into the app settings #ynh_store_file_checksum "/etc/onlyoffice/documentserver/nginx/onlyoffice-documentserver.conf" - #================================================= # GENERIC FINALIZATION #================================================= @@ -146,9 +145,8 @@ ynh_replace_string "__DBNAME__" "$db_name" "$final_path/app/Config/database. ### that really need such authorization. # Set permissions to app files -#chown -R root: /etc/loolwsd -chmod -R 755 $final_path - +chown -R $app:$app $final_path +chmod -R 775 $final_path #================================================= # SETUP SSOWAT