remove useless sleep

This commit is contained in:
nicolas.dorier
2018-07-24 23:24:10 +09:00
parent a5f89ca5bf
commit 8b8f7075ba

View File

@@ -19,7 +19,6 @@ sed -i '/^ACME_CA_URI/d' "$BTCPAY_ENV_FILE"
echo "BTCPAY_HOST=$BTCPAY_HOST" >> "$BTCPAY_ENV_FILE"
echo "ACME_CA_URI=$ACME_CA_URI" >> "$BTCPAY_ENV_FILE"
sleep 1
cd "`dirname $BTCPAY_ENV_FILE`"
docker-compose -f "$BTCPAY_DOCKER_COMPOSE" up -d
fi