From b85a85a722da90195ea59113cb875973eaf4aa85 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 18 Sep 2020 20:18:36 +0200 Subject: [PATCH] include text in msg_box (#1475) Signed-off-by: enoch85 --- apps/talk.sh | 4 ++-- apps/talk_signaling.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/talk.sh b/apps/talk.sh index 68606d07..3e5a3b5b 100644 --- a/apps/talk.sh +++ b/apps/talk.sh @@ -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 diff --git a/apps/talk_signaling.sh b/apps/talk_signaling.sh index 14d2c723..b99d544d 100644 --- a/apps/talk_signaling.sh +++ b/apps/talk_signaling.sh @@ -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