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:
Diffstat (limited to 'apps/bitwarden-rs.sh')
-rw-r--r--apps/bitwarden-rs.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/bitwarden-rs.sh b/apps/bitwarden-rs.sh
index 1bcc306d..d29dd3b8 100644
--- a/apps/bitwarden-rs.sh
+++ b/apps/bitwarden-rs.sh
@@ -57,7 +57,15 @@ then
exit
fi
-SUBDOMAIN=$(input_box "Please enter the Domain that you want to use for Bitwarden RS.")
+# Ask for domain
+while :
+do
+ SUBDOMAIN=$(input_box "Please enter the Domain that you want to use for Bitwarden RS.")
+ if yesno_box_yes "Is this correct? $SUBDOMAIN"
+ then
+ break
+ fi
+done
# curl the lib another time to get the correct https_conf
# shellcheck source=lib.sh