1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00
This commit is contained in:
ericgaspar 2021-08-06 13:24:17 +02:00
parent ef867d08d2
commit b758afbe67
2 changed files with 0 additions and 3 deletions

View file

@ -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"
#=================================================

View file

@ -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"
#=================================================