diff --git a/helpers.sh b/helpers.sh index f42e9e0..b4d7e83 100755 --- a/helpers.sh +++ b/helpers.sh @@ -147,6 +147,7 @@ btcpay_restart() { if ! [ $? -eq 0 ]; then docker-compose -f $BTCPAY_DOCKER_COMPOSE restart fi + btcpay_up popd > /dev/null }