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 00:15:42 +0300
committerGitHub <noreply@github.com>2020-09-04 00:15:42 +0300
commit80dc7b6293f260f6261a6757ead1cfe717fa5ed6 (patch)
treeb68160380e4b6d485125461b815c73ceecdfdb28 /apps/tmbitwarden.sh
parent2ac3755ad10356ea17dc3c49e0aa1a49d2de8a31 (diff)
substitute ask_yes_or_no through yesno_box (#1401)
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 b1567395..90dc5488 100644
--- a/apps/tmbitwarden.sh
+++ b/apps/tmbitwarden.sh
@@ -59,7 +59,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 [[ "no" == $(ask_yes_or_no "Have you made the necessary preparations?") ]]
+if ! yesno_box "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.