include text in msg_box (#1475)

Signed-off-by: enoch85 <github@hanssonit.se>
This commit is contained in:
Daniel Hansson 2020-09-18 20:18:36 +02:00 committed by GitHub
parent 5ca0ba8387
commit b85a85a722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -152,10 +152,10 @@ check_command systemctl restart coturn.service
# Warn user to open port
msg_box "You have to open $TURN_PORT TCP/UDP in your firewall or your TURN/STUN server won't work!
This can be done automatically if you have UNNP enabled in your firewall/router. You will be offered to use UNNP in the next step."
This can be done automatically if you have UNNP enabled in your firewall/router. You will be offered to use UNNP in the next step.
After you hit OK, the script will check if the port is open or not. If it fails and you want to run this script again, just execute this in your CLI:
sudo bash /var/scripts/menu.sh, and choose 'Talk'.
sudo bash /var/scripts/menu.sh, and choose 'Talk'."
if yesno_box_no "Do you want to use UPNP to open port $TURN_PORT?"
then

View File

@ -174,10 +174,10 @@ check_command systemctl restart coturn.service
# Warn user to open port
msg_box "You have to open $TURN_PORT TCP/UDP in your firewall or your TURN/STUN server won't work!
This can be done automatically if you have UNNP enabled in your firewall/router. You will be offered to use UNNP in the next step."
This can be done automatically if you have UNNP enabled in your firewall/router. You will be offered to use UNNP in the next step.
After you hit OK, the script will check if the port is open or not. If it fails and you want to run this script again, just execute this in your CLI:
sudo bash /var/scripts/menu.sh, and choose 'Talk'.
sudo bash /var/scripts/menu.sh, and choose 'Talk'."
if yesno_box_no "Do you want to use UPNP to open port $TURN_PORT?"
then