1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05: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:
Mart124
2019-10-17 21:10:28 +02:00
committed by Kyle Spearrin
parent 63c3d5342c
commit 5d802cefd5
4 changed files with 18 additions and 0 deletions

View File

@ -176,6 +176,10 @@ then
elif [ "$1" == "stop" ]
then
dockerComposeDown
elif [ "$1" == "updateconf" ]
then
dockerComposeDown
update withpull
elif [ "$1" == "updatedb" ]
then
updateDatabase