Update sites.inc

This commit is contained in:
2023-05-24 22:56:57 -05:00
parent 3f03c1ca7f
commit 235e5076af

View File

@@ -452,7 +452,7 @@ VIEWSITEINFO(){
for sitefile in ${sites[@]}; do
site=${sitefile##*/}; site=${site/.conf/}
if (( count % 2 == 0 )) || [ $i = 0 ]; then
if (( i % 10 == 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