From 0191fb21e602f2bce0f5d83de3c6e189537c897d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 19:44:59 -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 fc96de09..17c9a793 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -897,7 +897,7 @@ SITEINFO(){ ;; *) 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} echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}" echo echo -en "\033[K\r${idsCL[LightCyan]}Continue or Exit (C/e): ${idsCL[Default]}"