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:
parent
9743d01097
commit
435bb14d2e
1 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ if [ "$mumbleweb" -eq 1 ] ; then
|
|||
port_web=$(ynh_find_port --port=64737)
|
||||
ynh_app_setting_set --app=$app --key=port_web --value=$port_web
|
||||
# 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
|
||||
|
||||
#=================================================
|
||||
|
@ -222,12 +222,12 @@ Port : $port
|
|||
Password to join server: $server_password
|
||||
SuperUser Password : $su_passwd
|
||||
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
|
||||
Mumble configuration file : $final_path/mumble-server.ini
|
||||
|
||||
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?
|
||||
Please open a new issue in this project: https://github.com/YunoHost-Apps/mumbleserver_ynh
|
||||
|
|
Loading…
Add table
Reference in a new issue