From e3a12c0f6e3afcc67debcca92083b803afd1dd42 Mon Sep 17 00:00:00 2001 From: Justin Oros Date: Sun, 19 Apr 2026 22:39:04 -0700 Subject: [PATCH] health-check.sh: remove union remote check --- health-check.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/health-check.sh b/health-check.sh index 3e1cfb6..073c84d 100755 --- a/health-check.sh +++ b/health-check.sh @@ -199,13 +199,6 @@ check_hub() { done < "$REGISTRY" echo "" - local union_remotes - union_remotes=$(grep -A1 'type = union' "$RCLONE_CONF" 2>/dev/null | grep -v 'type = union' | grep -v '^--$' || true) - if [ -n "$union_remotes" ]; then - ok "Union remote(s) configured in rclone.conf" - else - warn "No union remotes configured" - fi } check_common