Browse Source

Do not build the docker-compose if no docker

feature/more-args
nicolas.dorier 6 years ago
parent
commit
27919437cd
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 2
      btcpay-setup.sh

2
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

Loading…
Cancel
Save