mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
include text in msg_box (#1475)
Signed-off-by: enoch85 <github@hanssonit.se>
This commit is contained in:
parent
5ca0ba8387
commit
b85a85a722
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user