increase timeout for DB to come online

due to https://github.com/nextcloud/vm/issues/2353
This commit is contained in:
Daniel Hansson 2022-06-23 21:46:45 +02:00 committed by GitHub
parent 9efe6ee7e2
commit 8a258a15b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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