mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
fix
This commit is contained in:
parent
3d7ce637f3
commit
84de7996e8
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ ynh_install_extra_app_dependencies --repo="deb https://collaboraoffice.com/repos
|
||||||
ynh_script_progression --message="Restoring the systemd configuration..." --weight=1
|
ynh_script_progression --message="Restoring the systemd configuration..." --weight=1
|
||||||
|
|
||||||
ynh_restore_file --origin_path="/usr/lib/systemd/system/loolwsd.service"
|
ynh_restore_file --origin_path="/usr/lib/systemd/system/loolwsd.service"
|
||||||
systemctl enable $app.service --quiet
|
systemctl enable loolwsd.service --quiet
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RESTORE CONFIGURATION
|
# RESTORE CONFIGURATION
|
||||||
|
|
|
@ -66,7 +66,7 @@ ynh_systemd_action --service_name="loolwsd" --action="stop" --log_path="systemd"
|
||||||
#=================================================
|
#=================================================
|
||||||
# NGINX CONFIGURATION
|
# NGINX CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading NGINX web server configuration..."
|
ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=1
|
||||||
|
|
||||||
# Create a dedicated NGINX config
|
# Create a dedicated NGINX config
|
||||||
ynh_add_nginx_config
|
ynh_add_nginx_config
|
||||||
|
|
Loading…
Reference in a new issue