1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

new echos for database sleeps

This commit is contained in:
Kyle Spearrin 2018-03-09 23:13:51 -05:00
parent 115c938956
commit bdd9e89fb1
2 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ elseif($update) {
Docker-Compose-Down
Update
Restart
echo "Waiting for database to come online..."
Start-Sleep -s 30
Update-Database
}

View File

@ -124,6 +124,7 @@ then
dockerComposeDown
update
restart
echo "Waiting for database to come online..."
sleep 30
updateDatabase
fi