1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00

Update install

This commit is contained in:
ericgaspar 2021-06-05 09:51:07 +02:00
parent 933119bd4f
commit 9d154ba9c8
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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