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:
authorDaniel Hansson <mailto@danielhansson.nu>2022-06-23 22:46:45 +0300
committerGitHub <noreply@github.com>2022-06-23 22:46:45 +0300
commit8a258a15b9d042bb2379b8a4daecb8bec23ab6e2 (patch)
tree2ab9e40c48cbfb4c788cce3102202cac4b88445f
parent9efe6ee7e25cc17553d7c9e9ca88fd5a560a3112 (diff)
increase timeout for DB to come online
due to https://github.com/nextcloud/vm/issues/2353
-rw-r--r--apps/tmbitwarden.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tmbitwarden.sh b/apps/tmbitwarden.sh
index 5b47f943..cb903d21 100644
--- a/apps/tmbitwarden.sh
+++ b/apps/tmbitwarden.sh
@@ -191,7 +191,7 @@ check_command sudo -u "$BITWARDEN_USER" ./bitwarden.sh rebuild
print_text_in_color "$ICyan" "Starting Bitwarden for the first time, please be patient..."
check_command sudo -u "$BITWARDEN_USER" ./bitwarden.sh start
# We don't need this for Bitwarden to start, but it's a great way to find out if the DB is online or not.
-countdown "Waiting for the DB to come online..." 5
+countdown "Waiting for the DB to come online..." 15
check_command sudo -u "$BITWARDEN_USER" ./bitwarden.sh updatedb
# Produce reverse-proxy config and get lets-encrypt certificate