1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

up sleep to 60 seconds

This commit is contained in:
Kyle Spearrin
2018-03-10 23:53:21 -05:00
parent be35cab9da
commit 6179813c9a
2 changed files with 4 additions and 4 deletions

View File

@ -124,7 +124,7 @@ then
dockerComposeDown
update
restart
echo "Waiting for database to come online..."
sleep 30
echo "Pausing 60 seconds for database to come online. Please wait..."
sleep 60
updateDatabase
fi