From 27919437cd9a1d7706a3b4a50ea6bd8728ee2342 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 3 Jul 2019 16:09:43 +0900 Subject: [PATCH] Do not build the docker-compose if no docker --- btcpay-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btcpay-setup.sh b/btcpay-setup.sh index c4dc495..0482148 100755 --- a/btcpay-setup.sh +++ b/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