Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2020-09-04 10:30:33 +0300
committerGitHub <noreply@github.com>2020-09-04 10:30:33 +0300
commit2e51706d7382f6a7d7ccd79df5cf32e5375b44f1 (patch)
treee6352b009f788cf4643788931d7cd7db41f00541 /apps/talk.sh
parentedc52b2a1258dcd7a3adeeeea21e7954252bd663 (diff)
create input_box for TURN_PORT (#1403)19.0.2
Co-authored-by: Daniel Hansson <github@hanssonit.se>
Diffstat (limited to 'apps/talk.sh')
-rw-r--r--apps/talk.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/talk.sh b/apps/talk.sh
index 72d5ce29..bbda8e55 100644
--- a/apps/talk.sh
+++ b/apps/talk.sh
@@ -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