From 58522b4f90f359ec5d46b7d47e7151d977bb6b44 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 20 Jan 2026 15:03:08 +0800 Subject: [PATCH] Fix undefined ICON_INFO variable --- lib/clean/apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clean/apps.sh b/lib/clean/apps.sh index a214729..cd06731 100644 --- a/lib/clean/apps.sh +++ b/lib/clean/apps.sh @@ -438,7 +438,7 @@ clean_orphaned_system_services() { # Report and clean if [[ $orphaned_count -gt 0 ]]; then - echo -e " ${CYAN}${ICON_INFO}${NC} Found $orphaned_count orphaned system services" + echo -e " ${YELLOW}${ICON_WARNING}${NC} Found $orphaned_count orphaned system services" for orphan_file in "${orphaned_files[@]}"; do local filename