1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 12:41:46 +00:00

Fix undefined ICON_INFO variable

This commit is contained in:
Tw93
2026-01-20 15:03:08 +08:00
parent acdf40dd2c
commit 58522b4f90

View File

@@ -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