From 04ec4f9a62fabe0156d4e5e8bd943fbc215107f5 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 12 Dec 2025 09:53:14 +0800 Subject: [PATCH] Remove the parts that affect system settings and remove WiFi reset --- lib/check/health_json.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/check/health_json.sh b/lib/check/health_json.sh index b266ce6..559a817 100644 --- a/lib/check/health_json.sh +++ b/lib/check/health_json.sh @@ -125,11 +125,9 @@ EOF # Always-on items (no size checks - instant) items+=('system_maintenance|System Maintenance|Rebuild system databases & flush caches|true') items+=('maintenance_scripts|Maintenance Scripts|Run daily/weekly/monthly scripts & rotate logs|true') - items+=('radio_refresh|Bluetooth & Wi-Fi Refresh|Reset wireless preference caches|true') items+=('recent_items|Recent Items|Clear recent apps/documents/servers lists|true') items+=('log_cleanup|Diagnostics Cleanup|Purge old diagnostic & crash logs|true') items+=('startup_cache|Startup Cache Rebuild|Rebuild kext caches & prelinked kernel|true') - items+=('spotlight_cache_cleanup|Spotlight Cache Cleanup|Clear CoreSpotlight user cache|true') # Output items as JSON local first=true