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

remove setup complete message

This commit is contained in:
Kyle Spearrin
2018-09-18 08:29:25 -04:00
parent bace4d0dcd
commit 2f9fc0dba8
2 changed files with 0 additions and 8 deletions

View File

@ -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 {