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

revert run file updates for now.

This commit is contained in:
Kyle Spearrin
2017-12-20 23:38:27 -05:00
parent dcd5b95db0
commit fe70a35163
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ function updateLetsEncrypt() {
function updateDatabase() {
pullSetup
docker run -it --rm --name setup --network container:bitwarden-mssql -v $OUTPUT_DIR:/bitwarden bitwarden/setup:$COREVERSION \
docker run -it --rm --name setup --network container:mssql -v $OUTPUT_DIR:/bitwarden bitwarden/setup:$COREVERSION \
dotnet Setup.dll -update 1 -db 1 -os $OS -corev $COREVERSION -webv $WEBVERSION
echo "Database update complete"
}