mirror of
https://github.com/tw93/Mole.git
synced 2026-02-11 10:04:19 +00:00
Fix undefined ICON_INFO variable
This commit is contained in:
@@ -438,7 +438,7 @@ clean_orphaned_system_services() {
|
|||||||
|
|
||||||
# Report and clean
|
# Report and clean
|
||||||
if [[ $orphaned_count -gt 0 ]]; then
|
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
|
for orphan_file in "${orphaned_files[@]}"; do
|
||||||
local filename
|
local filename
|
||||||
|
|||||||
Reference in New Issue
Block a user