From 435bb14d2ee4fab03e9073a7fd04297278555826 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 5 Jun 2021 08:32:31 +0200 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index c4a6db6..4587f89 100644 --- a/scripts/install +++ b/scripts/install @@ -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