diff --git a/bin/dev b/bin/dev index 24923069d..4c11aa3b0 100755 --- a/bin/dev +++ b/bin/dev @@ -41,7 +41,7 @@ if [ "$USE_TAILSCALE" = "1" ]; then exit 1 fi - TS_STATUS=$(tailscale status --self --json 2>&1) + TS_STATUS=$(tailscale status --self --json 2>/dev/null) if [ $? -ne 0 ]; then echo "Error: tailscale not logged in" >&2 exit 1