diff --git a/inc/sites.inc b/inc/sites.inc index 4e2bccef..deb080e0 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -123,7 +123,7 @@ DELSITES(){ fi done for s in "${!SITES[@]}"; do - echo " [${s}] ${SITES[${s}]}" + echo -e " [${idsCL[Yellow]}${s}${idsCL[Default]}] ${SITES[${s}]}" done echo if [ -z $action ] || [ "${action}" = "gui" ]; then