1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-16 01:51:21 +01: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

@ -83,6 +83,7 @@ if($install) {
Check-Output-Dir-Not-Exists
New-Item -ItemType directory -Path $output | Out-Null
Download-Install
Download-Run-File
Invoke-Expression "$scriptsDir\install.ps1 -outputDir $output -coreVersion $coreVersion -webVersion $webVersion"
}
elseif($start -Or $restart) {

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