mirror of
https://github.com/bitwarden/server
synced 2026-02-18 18:33:29 +00:00
New updateconf scripts method (#575)
* New updateconf scripts method * New updateconf scripts method * New updateconf scripts method * New updateconf scripts method
This commit is contained in:
@@ -7,6 +7,7 @@ param (
|
||||
[switch] $restart,
|
||||
[switch] $stop,
|
||||
[switch] $pull,
|
||||
[switch] $updateconf,
|
||||
[switch] $updatedb,
|
||||
[switch] $update
|
||||
)
|
||||
@@ -169,6 +170,10 @@ elseif ($pull) {
|
||||
elseif ($stop) {
|
||||
Docker-Compose-Down
|
||||
}
|
||||
elseif ($updateconf) {
|
||||
Docker-Compose-Down
|
||||
Update -withpull
|
||||
}
|
||||
elseif ($updatedb) {
|
||||
Update-Database
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user