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>2021-07-09 15:47:18 +0300
committerGitHub <noreply@github.com>2021-07-09 15:47:18 +0300
commit89e77e3d817bd42ace213a66e09b0c3bb25d68d8 (patch)
tree49819d0675eee7daceff4e825566c3dd445cee8e /apps/bitwarden_registration.sh
parent573e7dc6c6be3ea493ae5ec84325a8ae635609a3 (diff)
bitwarden - add hint that you need to wait (#2004)
Diffstat (limited to 'apps/bitwarden_registration.sh')
-rw-r--r--apps/bitwarden_registration.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/bitwarden_registration.sh b/apps/bitwarden_registration.sh
index 4866ebce..da977abb 100644
--- a/apps/bitwarden_registration.sh
+++ b/apps/bitwarden_registration.sh
@@ -92,6 +92,11 @@ case "$choice" in
check_command systemctl restart bitwarden
fi
;;
+ "")
+ exit
+ ;;
*)
;;
esac
+
+msg_box "Bitwarden is now restarting. This can take a few minutes. Please wait until it is done."