mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +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:
@@ -94,6 +94,10 @@ elif [ "$1" == "rebuild" ]
|
||||
then
|
||||
checkOutputDirExists
|
||||
$SCRIPTS_DIR/run.sh rebuild $OUTPUT $COREVERSION $WEBVERSION
|
||||
elif [ "$1" == "updateconf" ]
|
||||
then
|
||||
checkOutputDirExists
|
||||
$SCRIPTS_DIR/run.sh updateconf $OUTPUT $COREVERSION $WEBVERSION
|
||||
elif [ "$1" == "updatedb" ]
|
||||
then
|
||||
checkOutputDirExists
|
||||
|
||||
Reference in New Issue
Block a user