1
0

Fix: use BTCPAYGEN_OLD_PREGEN everywhere

This commit is contained in:
nicolas.dorier
2018-05-20 17:22:50 +09:00
parent c9a4f2e5d5
commit 39b4bd587f
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ git pull --force
if [[ $BTCPAY_DOCKER_COMPOSE == *docker-compose.generated.yml ]]; then
# Generate the docker compose in BTCPAY_DOCKER_COMPOSE
. ./build.sh
if [ "$BTCPAYGEN_MIGRATED_PREGEN" == "true" ]; then
if [ "$BTCPAYGEN_OLD_PREGEN" == "true" ]; then
cp Generated/docker-compose.generated.yml $BTCPAY_DOCKER_COMPOSE
fi
fi