diff --git a/inc/sites.inc b/inc/sites.inc index 588d6181..14fdca93 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -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]}"