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

download run file too when you install

This commit is contained in:
Kyle Spearrin
2017-11-08 23:51:24 -05:00
parent 8944c49484
commit 0383e66449
2 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ then
checkOutputDirNotExists
mkdir $OUTPUT
downloadInstall
downloadRunFile
$SCRIPTS_DIR/install.sh $OUTPUT $COREVERSION $WEBVERSION
elif [ "$1" == "start" -o "$1" == "restart" ]
then