From 0be0f798f163364a4f21438d434ccc5fe68da279 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 7 Jul 2021 19:47:00 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1305c61..1e85d23 100644 --- a/scripts/install +++ b/scripts/install @@ -96,7 +96,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add "loolwsd" --description="Collabora online office suite" --log="/var/log/$app/$app.log" +#yunohost service add "loolwsd" --description="Collabora online office suite" --log="/var/log/$app/$app.log" #================================================= # GENERIC FINALIZATION @@ -114,7 +114,7 @@ ynh_systemd_action --service_name="loolwsd" --action="restart" --log_path="syste #================================================= ynh_script_progression --message="Configuring permissions..." --weight=1 -ynh_permission_update --permission="main" --show_tile="false" +ynh_permission_update --permission="main" --add="visitors" --show_tile="false" #================================================= # RELOAD NGINX