From b758afbe67ad80963ae67ca8462954f160509fbe Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 6 Aug 2021 13:24:17 +0200 Subject: [PATCH] Fix --- scripts/install | 1 - scripts/restore | 2 -- 2 files changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 716c815..8696134 100644 --- a/scripts/install +++ b/scripts/install @@ -75,7 +75,6 @@ ynh_script_progression --message="Installing config file..." --weight=2 # because we're in a reverse proxy context... mkdir -p /etc/loolwsd ynh_add_config --template="../conf/loolwsd.xml" --destination="/etc/loolwsd/loolwsd.xml" -chown lool: "/etc/loolwsd/loolwsd.xml" chmod 640 "/etc/loolwsd/loolwsd.xml" #================================================= diff --git a/scripts/restore b/scripts/restore index c5b61ea..fd29bf1 100644 --- a/scripts/restore +++ b/scripts/restore @@ -52,8 +52,6 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_script_progression --message="Restoring the configuration..." --weight=3 ynh_restore_file --origin_path="/etc/loolwsd/loolwsd.xml" - -chown lool: "/etc/loolwsd/loolwsd.xml" chmod 640 "/etc/loolwsd/loolwsd.xml" #=================================================