Update sites.inc

This commit is contained in:
2023-05-24 22:58:18 -05:00
parent e1d10779ce
commit d22baf7484

View File

@@ -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