Update sites.inc

This commit is contained in:
2023-11-14 09:31:42 -06:00
parent e40cdffc40
commit e5af6b7bbe

View File

@@ -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