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-10-18 15:50:39 +0300
committerGitHub <noreply@github.com>2020-10-18 15:50:39 +0300
commitfd4b1ec49030d8a979699717dc0e78bc932e7959 (patch)
treea1916df08a5c899f9534d81735fe5f10bfb317e0 /apps/bitwarden_mailconfig.sh
parente7e44cae0ccb646b4eaf499db35a92f112a3233c (diff)
Some enhancements to some scripts (#1592)
Diffstat (limited to 'apps/bitwarden_mailconfig.sh')
-rw-r--r--apps/bitwarden_mailconfig.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/bitwarden_mailconfig.sh b/apps/bitwarden_mailconfig.sh
index 78a19dcf..b6c8074e 100644
--- a/apps/bitwarden_mailconfig.sh
+++ b/apps/bitwarden_mailconfig.sh
@@ -18,6 +18,9 @@ debug_mode
# Must be root
root_check
+# Show explainer
+msg_box "$SCRIPT_EXPLAINER"
+
# Check if Bitwarden is already installed
print_text_in_color "$ICyan" "Checking if Bitwarden is already installed..."
if is_docker_running
@@ -38,7 +41,7 @@ else
exit 1
fi
-msg_box "$SCRIPT_EXPLAINER"
+# Let the user cancel
if ! yesno_box_yes "Do you want to continue?"
then
exit