1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-01 23:31:41 +01:00
This commit is contained in:
Kyle Spearrin 2018-03-08 17:16:10 -05:00
parent c37016e19e
commit b51b135316
2 changed files with 2 additions and 2 deletions

View File

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

View File

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