mirror of
https://github.com/bitwarden/server
synced 2026-01-01 08:03:23 +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:
@@ -176,6 +176,10 @@ then
|
||||
elif [ "$1" == "stop" ]
|
||||
then
|
||||
dockerComposeDown
|
||||
elif [ "$1" == "updateconf" ]
|
||||
then
|
||||
dockerComposeDown
|
||||
update withpull
|
||||
elif [ "$1" == "updatedb" ]
|
||||
then
|
||||
updateDatabase
|
||||
|
||||
Reference in New Issue
Block a user