Browse Source

fix btcpay-down.sh

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

2
btcpay-down.sh

@ -5,6 +5,6 @@
cd "`dirname $BTCPAY_ENV_FILE`"
docker-compose -f $BTCPAY_DOCKER_COMPOSE down -t "${COMPOSE_HTTP_TIMEOUT:-180}"
if ! [ $? -eq 0 ] then
if ! [ $? -eq 0 ]; then
docker-compose -f $BTCPAY_DOCKER_COMPOSE down
fi

Loading…
Cancel
Save