diff --git a/.changeset/thick-cherries-kneel.md b/.changeset/thick-cherries-kneel.md new file mode 100644 index 0000000000..5f05e6895c --- /dev/null +++ b/.changeset/thick-cherries-kneel.md @@ -0,0 +1,5 @@ +--- +"@farcaster/hubble": patch +--- + +fix: Handle docker-compose versions in hubble.sh diff --git a/scripts/hubble.sh b/scripts/hubble.sh index f2c32b7a9b..27325155bd 100755 --- a/scripts/hubble.sh +++ b/scripts/hubble.sh @@ -209,7 +209,7 @@ ensure_grafana() { mkdir -p grafana/data chmod 777 grafana/data - if $COMPOSE_CMD ps statsd 2>&1 >/dev/null; then + if $COMPOSE_CMD ps 2>&1 >/dev/null; then if $COMPOSE_CMD ps statsd | grep -q "Up"; then $COMPOSE_CMD restart statsd grafana else