create input_box for TURN_PORT (#1403)
Co-authored-by: Daniel Hansson <github@hanssonit.se>
This commit is contained in:
Родитель
edc52b2a12
Коммит
2e51706d73
|
@ -96,14 +96,7 @@ then
|
|||
while true
|
||||
do
|
||||
# Ask for port
|
||||
cat << ENTERDOMAIN
|
||||
+---------------------------------------------------------------+
|
||||
| Please enter the port you will use for Nextcloud Talk: |
|
||||
+---------------------------------------------------------------+
|
||||
ENTERDOMAIN
|
||||
echo
|
||||
read -r TURN_PORT
|
||||
echo
|
||||
TURN_PORT=$(input_box "Please enter the port you will use for Nextcloud Talk")
|
||||
if yesno_box "Is this correct? $TURN_PORT"
|
||||
then
|
||||
break
|
||||
|
|
|
@ -118,14 +118,7 @@ then
|
|||
while true
|
||||
do
|
||||
# Ask for port
|
||||
cat << ENTERDOMAIN
|
||||
+---------------------------------------------------------------+
|
||||
| Please enter the port you will use for Nextcloud Talk: |
|
||||
+---------------------------------------------------------------+
|
||||
ENTERDOMAIN
|
||||
echo
|
||||
read -r TURN_PORT
|
||||
echo
|
||||
TURN_PORT=$(input_box "Please enter the port you will use for Nextcloud Talk")
|
||||
if yesno_box "Is this correct? $TURN_PORT"
|
||||
then
|
||||
break
|
||||
|
|
Загрузка…
Ссылка в новой задаче