diff --git a/inc/sites.inc b/inc/sites.inc index f020126b..74cf79ec 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -452,7 +452,7 @@ VIEWSITEINFO(){ for sitefile in ${sites[@]}; do site=${sitefile##*/}; site=${site/.conf/} - if (( i % 10 == 0 )) || [ $i = 0 ]; then + if (( i % 12 == 0 )) || [ $i = 0 ]; then DIVIDER false yellow 80 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