Update sites.inc

This commit is contained in:
2023-05-24 23:13:52 -05:00
parent 3b35f4ef1d
commit d278795725

View File

@@ -474,7 +474,7 @@ VIEWSITEINFO(){
port=$(grep 'set $port' ${sitefile})
port=${port##* }; port=${port%;*}
c=0; spc7=''; spct=$((${cw_spc7}-${#server})); until [ $c = ${spct} ]; do spc7="${spc7} "; c=`expr $c + 1`; done
proxyhost="${server}${spc7}: ${port}"
proxyhost="${server}${spc7}:${port}"
else
type='HTTP'
proxyhost=''