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 08:32:31 +02:00
parent 9743d01097
commit 435bb14d2e

View file

@ -76,7 +76,7 @@ if [ "$mumbleweb" -eq 1 ] ; then
port_web=$(ynh_find_port --port=64737) port_web=$(ynh_find_port --port=64737)
ynh_app_setting_set --app=$app --key=port_web --value=$port_web ynh_app_setting_set --app=$app --key=port_web --value=$port_web
# Open port in firewall # Open port in firewall
ynh_exec_warn_less yunohost firewall allow Both "$port_web" ynh_exec_warn_less yunohost firewall allow Both $port_web
fi fi
#================================================= #=================================================
@ -222,12 +222,12 @@ Port : $port
Password to join server: $server_password Password to join server: $server_password
SuperUser Password : $su_passwd SuperUser Password : $su_passwd
Welcome text : $welcometext Welcome text : $welcometext
Root channel (your mumble server name): $registername Root channel (your Mumble server name): $registername
Final path (where to find your files) : $final_path Final path (where to find your files) : $final_path
Mumble configuration file : $final_path/mumble-server.ini Mumble configuration file : $final_path/mumble-server.ini
Note about config file: this package will regenerate the config file on upgrade. Note about config file: this package will regenerate the config file on upgrade.
If you changed it manually and upgrade mumble, you'll find a backup in $final_path. If you changed it manually and upgrade Mumble, you'll find a backup in $final_path.
Are you facing an issue, want to improve this app or say thank you? Are you facing an issue, want to improve this app or say thank you?
Please open a new issue in this project: https://github.com/YunoHost-Apps/mumbleserver_ynh Please open a new issue in this project: https://github.com/YunoHost-Apps/mumbleserver_ynh