create input_box for TURN_PORT (#1403)

Co-authored-by: Daniel Hansson <github@hanssonit.se>
This commit is contained in:
szaimen 2020-09-04 09:30:33 +02:00 коммит произвёл GitHub
Родитель edc52b2a12
Коммит 2e51706d73
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 16 удалений

Просмотреть файл

@ -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