From e40cdffc400c25e1de27b18c2e743ede4944a559 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 09:30:44 -0600 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 ab803303..e5c13a64 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -953,7 +953,7 @@ EDITSITE(){ *) [ "${confirm}" !="" ] && echo echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... ${idsCL[Default]}" - NEWPROXYSITE_CREATE ${site} ${servernames} ${server} ${port} ${scheme} ${wbskt} ${hsts} ${explt} ${lock} ${ssl} >/dev/null 2>&1 + NEWPROXYSITE_CREATE ${site} ${servernames} ${server} ${port} ${scheme} ${wbskt} ${hsts} ${explt} ${lock} ${ssl} #>/dev/null 2>&1 echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}" echo