mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-31 15:24:19 +01:00
remove useless sleep
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user