1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

script updates

This commit is contained in:
Kyle Spearrin
2017-08-23 16:29:55 -04:00
parent 9af19bfcb8
commit 0733897cea
6 changed files with 10 additions and 4 deletions

View File

@ -19,6 +19,9 @@ https://bitwarden.com, https://github.com/bitwarden
EOF
docker --version
docker-compose --version
# Setup
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@ -104,6 +107,7 @@ then
mkdir $DOCKER_DIR
downloadAllFiles
$SCRIPTS_DIR/run.sh restart $OUTPUT $DOCKER_DIR
$SCRIPTS_DIR/run.sh updatedb $OUTPUT $DOCKER_DIR
elif [ "$1" == "updatedb" ]
then
$SCRIPTS_DIR/run.sh updatedb $OUTPUT $DOCKER_DIR