mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
remove setup complete message
This commit is contained in:
parent
bace4d0dcd
commit
2f9fc0dba8
@ -53,10 +53,6 @@ function Install() {
|
|||||||
docker run -it --rm --name setup -v ${outputDir}:/bitwarden bitwarden/setup:$coreVersion `
|
docker run -it --rm --name setup -v ${outputDir}:/bitwarden bitwarden/setup:$coreVersion `
|
||||||
dotnet Setup.dll -install 1 -domain ${domain} -letsencrypt ${letsEncrypt} `
|
dotnet Setup.dll -install 1 -domain ${domain} -letsencrypt ${letsEncrypt} `
|
||||||
-os win -corev $coreVersion -webv $webVersion
|
-os win -corev $coreVersion -webv $webVersion
|
||||||
|
|
||||||
echo ""
|
|
||||||
echo "Setup complete"
|
|
||||||
echo ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function Docker-Compose-Up {
|
function Docker-Compose-Up {
|
||||||
|
@ -96,10 +96,6 @@ function install() {
|
|||||||
--env-file $ENV_DIR/uid.env bitwarden/setup:$COREVERSION \
|
--env-file $ENV_DIR/uid.env bitwarden/setup:$COREVERSION \
|
||||||
dotnet Setup.dll -install 1 -domain $DOMAIN -letsencrypt $LETS_ENCRYPT -os $OS \
|
dotnet Setup.dll -install 1 -domain $DOMAIN -letsencrypt $LETS_ENCRYPT -os $OS \
|
||||||
-corev $COREVERSION -webv $WEBVERSION
|
-corev $COREVERSION -webv $WEBVERSION
|
||||||
|
|
||||||
echo ""
|
|
||||||
echo "Setup complete"
|
|
||||||
echo ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function dockerComposeUp() {
|
function dockerComposeUp() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user