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

wait 7 seconds before updatedb

This commit is contained in:
Kyle Spearrin 2018-02-24 23:24:05 -05:00
parent c4a6b3b7ef
commit e9d0f76795
2 changed files with 2 additions and 0 deletions

View File

@ -106,5 +106,6 @@ elseif($update) {
Docker-Compose-Down Docker-Compose-Down
Update Update
Restart Restart
Start-Sleep -s 7
Update-Database Update-Database
} }

View File

@ -124,5 +124,6 @@ then
dockerComposeDown dockerComposeDown
update update
restart restart
sleep 7
updateDatabase updateDatabase
fi fi