From 0383e66449e8721b715560e2b99f9dc401f1ea2e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 8 Nov 2017 23:51:24 -0500 Subject: [PATCH] download run file too when you install --- scripts/bitwarden.ps1 | 1 + scripts/bitwarden.sh | 1 + 2 files changed, 2 insertions(+) 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