Update sites.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user