diff --git a/inc/sites.inc b/inc/sites.inc index fda2c2fb..925fd248 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -469,7 +469,7 @@ VIEWSITEINFO(){ site=${sitefile##*/}; site=${site/.conf/} if (( i % 12 == 0 )) || [ $i = 0 ]; then - DIVIDER false yellow 94 + DIVIDER false yellow 96 msg1="Site Address"; # c=0; spc1=''; spct=$((${cw_spc1}-${#msg1})); until [ $c = ${spct} ]; do spc1="${spc1} "; c=`expr $c + 1`; done msg2="Type"; # c=0; spc2=''; spct=$((${cw_spc2}-${#msg2})); until [ $c = ${spct} ]; do spc2="${spc2} "; c=`expr $c + 1`; done msg3="SSL"; # c=0; spc3=''; spct=$((${cw_spc3}-${#msg3})); until [ $c = ${spct} ]; do spc3="${spc3} "; c=`expr $c + 1`; done @@ -481,9 +481,9 @@ VIEWSITEINFO(){ echo -en "${idsST[Bold]}${idsCL[LightCyan]}" printf "%-30s %-10s %-7s %-7s %-7s %-8s %-15s\n" " ${msg1}" "${msg2}" "${msg3}" "${msg4}" "${msg5}" "${msg6}" "${msg7}" echo -en "${idsST[Reset]}${idsCL[Default]}" - DIVIDER false yellow 94 + DIVIDER false yellow 96 else - DIVIDER false darkGray 94 + DIVIDER false darkGray 96 fi if [ "$(grep include/proxy.conf ${sitefile})" != "" ]; then type='Proxy'