Update sites.inc

This commit is contained in:
2023-11-13 22:20:42 -06:00
parent d5da9d636e
commit 2bd68d5840

View File

@@ -919,6 +919,7 @@ SITEINFO(){
echo -e "\033[13A"; for (( c=1; c<=13; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[17A"
;;
*)
[ "${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
echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}"