mirror of
https://github.com/tw93/Mole.git
synced 2026-02-09 17:54:17 +00:00
🐛 change color
This commit is contained in:
@@ -298,7 +298,7 @@ manage_whitelist() {
|
||||
fi
|
||||
|
||||
if [[ ${#all_items[@]} -eq 0 ]]; then
|
||||
echo -e "${BLUE}✓${NC} No cache files found - system is clean!"
|
||||
echo -e "${GREEN}✓${NC} No cache files found - system is clean!"
|
||||
echo ""
|
||||
echo "Press any key to exit..."
|
||||
read -n 1 -s
|
||||
@@ -308,7 +308,7 @@ manage_whitelist() {
|
||||
# Update global array with all items
|
||||
AVAILABLE_CACHE_ITEMS=("${all_items[@]}")
|
||||
|
||||
echo -e "${BLUE}✓${NC} Found ${#AVAILABLE_CACHE_ITEMS[@]} items"
|
||||
echo -e "${GREEN}✓${NC} Found ${#AVAILABLE_CACHE_ITEMS[@]} items"
|
||||
echo ""
|
||||
|
||||
local -a menu_options=()
|
||||
@@ -432,7 +432,7 @@ EOF
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo -e "${BLUE}✓${NC} Protected $total_count items${summary}"
|
||||
echo -e "${GREEN}✓${NC} Protected $total_count items${summary}"
|
||||
echo -e "${GRAY}Config: ${WHITELIST_CONFIG}${NC}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user