nicolas.dorier
6 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
1 additions and
1 deletions
-
btcpay-down.sh
|
|
@ -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 |
|
|
|