Update sites.inc

This commit is contained in:
2023-05-25 17:43:02 -05:00
parent 1827e185dc
commit 0acda81aab

View File

@@ -506,10 +506,9 @@ VIEWSITEINFO(){
msg5="${wbskt}"; c=0; spc5=''; spct=$((${cw_spc5}-${#msg5})); until [ $c = ${spct} ]; do spc5="${spc5} "; c=`expr $c + 1`; done
msg6="${lock}"; c=0; spc6=''; spct=$((${cw_spc6}-${#msg6})); until [ $c = ${spct} ]; do spc6="${spc6} "; c=`expr $c + 1`; done
msg7="${proxyhost}";
i=`expr $i + 1`
echo -e "${i}) ${msg1}${spc1}${msg2}${spc2}${msg3}${spc3}${msg4}${spc4}${msg5}${spc5}${msg6}${spc6}${msg7}"
i=`expr $i + 1`
done