From 9d154ba9c83728659499604b69062df410e4d5ad Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 5 Jun 2021 09:51:07 +0200 Subject: [PATCH] Update install --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9a23aa0..9b21100 100644 --- a/scripts/install +++ b/scripts/install @@ -181,9 +181,10 @@ usermod --append --groups ssl-cert mumble-server murmurd -ini "$final_path/mumble-server.ini" -supw "$su_passwd" "$instance_id" || true #================================================= -# Disable default server installed by Debian's package +# DISABLE DEFAULT SERVER #================================================= +# Disable default server installed by Debian's package systemctl stop mumble-server systemctl disable mumble-server --quiet @@ -195,7 +196,7 @@ ynh_script_progression --message="Integrating service in YunoHost..." # Add Mumble as a YunoHost service yunohost service add $app --description="Mumble server" --log="/var/log/$app/$app.log" --needs_exposed_ports=$port # Add Mumble as a YunoHost service -yunohost service add mumble-web --description="Mumble web" --log="/var/log/$app/$app.log" --needs_exposed_ports=$port_web +yunohost service add mumble-web --description="Mumble web" --log="/var/log/$app/mumble-web.log" --needs_exposed_ports=$port_web #================================================= # START SYSTEMD SERVICE