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

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