fix script

This commit is contained in:
nicolas.dorier
2018-07-26 23:16:02 +09:00
parent 511db652e8
commit ac7879037e

View File

@@ -331,7 +331,7 @@ fi
cd "$(dirname $BTCPAY_ENV_FILE)"
if [ $OLD_BTCPAY_DOCKER_COMPOSE != $BTCPAY_DOCKER_COMPOSE ]; then
if [ "$OLD_BTCPAY_DOCKER_COMPOSE" != "$BTCPAY_DOCKER_COMPOSE" ]; then
echo "Closing old docker-compose at $OLD_BTCPAY_DOCKER_COMPOSE..."
docker-compose -f "$OLD_BTCPAY_DOCKER_COMPOSE" down
fi