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

Prune only when needed (#573)

* Prune only when needed

* Prune only when needed
This commit is contained in:
Mart124
2019-10-02 16:27:22 +02:00
committed by Kyle Spearrin
parent 6f91b693d9
commit 2f3f852d21
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,6 @@ function Restart {
Docker-Compose-Pull
Update-Lets-Encrypt
Docker-Compose-Up
Docker-Prune
Print-Environment
}
@ -177,6 +176,7 @@ elseif ($update) {
Docker-Compose-Down
Update -withpull
Restart
Docker-Prune
Write-Line "Pausing 60 seconds for database to come online. Please wait..."
Start-Sleep -s 60
Update-Database