1
0

fix btcpay-down.sh

This commit is contained in:
nicolas.dorier
2019-05-08 12:55:34 +09:00
parent 1f9b735f5a
commit feb126a8c3

View File

@@ -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