diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 46e1ed766b..17ba1b6f90 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -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) { diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 2ad7e59fb2..2bb4cbc94d 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -88,6 +88,7 @@ then checkOutputDirNotExists mkdir $OUTPUT downloadInstall + downloadRunFile $SCRIPTS_DIR/install.sh $OUTPUT $COREVERSION $WEBVERSION elif [ "$1" == "start" -o "$1" == "restart" ] then