Browse Source
Do not build the docker-compose if no docker
feature/more-args
nicolas.dorier
6 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
1 additions and
1 deletions
-
btcpay-setup.sh
|
|
@ -403,7 +403,7 @@ if $HAS_DOCKER; then |
|
|
|
fi |
|
|
|
|
|
|
|
# Generate the docker compose in BTCPAY_DOCKER_COMPOSE |
|
|
|
. ./build.sh |
|
|
|
$HAS_DOCKER && . ./build.sh |
|
|
|
|
|
|
|
if [[ "$BTCPAYGEN_OLD_PREGEN" == "true" ]]; then |
|
|
|
cp Generated/docker-compose.generated.yml $BTCPAY_DOCKER_COMPOSE |
|
|
|