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:
authorDaniel Hansson <github@hanssonit.se>2020-09-07 17:06:19 +0300
committerGitHub <noreply@github.com>2020-09-07 17:06:19 +0300
commit1857c63ec5496c4a2b33d35fa456e9f818a84306 (patch)
tree71d338b540c58dcfb5da64f12170444c578da195 /apps/talk.sh
parent20dd9543c3d9dbe0b43e52a76a708e4022d09bd2 (diff)
ask if the domain is correct (#1418)
Diffstat (limited to 'apps/talk.sh')
-rw-r--r--apps/talk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.sh b/apps/talk.sh
index ef0c4763..dd74cf24 100644
--- a/apps/talk.sh
+++ b/apps/talk.sh
@@ -93,7 +93,7 @@ ${NONO_PORTS[*]}"
if yesno_box_no "Do you want to change port?"
then
- while true
+ while :
do
# Ask for port
TURN_PORT=$(input_box "Please enter the port you will use for Nextcloud Talk")