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

Update upgrade

This commit is contained in:
ericgaspar 2021-08-04 19:26:51 +02:00
parent 004391fc47
commit 4108f0cc21
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -133,6 +133,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
#================================================= #=================================================
# mumble server conf.ini # mumble server conf.ini
#================================================= #=================================================
ynh_script_progression --message="Updating a configuration file..." --weight=1
mkdir -p $final_path mkdir -p $final_path
@ -182,6 +183,7 @@ systemctl disable mumble-server --quiet
#================================================= #=================================================
# ADVERTISE SERVICE IN ADMIN PANEL # ADVERTISE SERVICE IN ADMIN PANEL
#================================================= #=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
# Add Mumble as a YunoHost service # Add Mumble as a YunoHost service
yunohost service add $app --description="Mumble server" --log="/var/log/mumble-server/$app.log" --needs_exposed_ports="$port" yunohost service add $app --description="Mumble server" --log="/var/log/mumble-server/$app.log" --needs_exposed_ports="$port"