diff --git a/scripts/run.ps1 b/scripts/run.ps1 index 30980c1971..9d557b5700 100644 --- a/scripts/run.ps1 +++ b/scripts/run.ps1 @@ -53,10 +53,6 @@ function Install() { docker run -it --rm --name setup -v ${outputDir}:/bitwarden bitwarden/setup:$coreVersion ` dotnet Setup.dll -install 1 -domain ${domain} -letsencrypt ${letsEncrypt} ` -os win -corev $coreVersion -webv $webVersion - - echo "" - echo "Setup complete" - echo "" } function Docker-Compose-Up { diff --git a/scripts/run.sh b/scripts/run.sh index 8188955264..6454442e04 100644 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -96,10 +96,6 @@ function install() { --env-file $ENV_DIR/uid.env bitwarden/setup:$COREVERSION \ dotnet Setup.dll -install 1 -domain $DOMAIN -letsencrypt $LETS_ENCRYPT -os $OS \ -corev $COREVERSION -webv $WEBVERSION - - echo "" - echo "Setup complete" - echo "" } function dockerComposeUp() {