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-07 12:44:43 +0300
committerGitHub <noreply@github.com>2020-09-07 12:44:43 +0300
commitcbc20d1881f1341db2b8b231b83acfdc611278bb (patch)
tree44d651ff11712337e04c1aef8bb917ca4255f875 /apps/tmbitwarden.sh
parent3c8d188cac631068556ea9ca2156a342bffab4f0 (diff)
add yesno_box_no and yesno_box_yes (#1409)
Co-authored-by: Daniel Hansson <github@hanssonit.se>
Diffstat (limited to 'apps/tmbitwarden.sh')
-rw-r--r--apps/tmbitwarden.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tmbitwarden.sh b/apps/tmbitwarden.sh
index 32822164..7e725889 100644
--- a/apps/tmbitwarden.sh
+++ b/apps/tmbitwarden.sh
@@ -60,7 +60,7 @@ msg_box "The necessary preparations to run expose Bitwarden to the internet are:
2. Please create a DNS record for your subdomain and point that to this server.
3. Raise the amount of RAM to this server to at least 4 GB."
-if ! yesno_box "Have you made the necessary preparations?"
+if ! yesno_box_yes "Have you made the necessary preparations?"
then
msg_box "OK, please do the necessary preparations before you run this script and then simply run it again once you're done.