From d278795725c5d64cab74d64c07c123def7a1e54f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 24 May 2023 23:13:52 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index 42c7a2a1..874a5e99 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -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=''