Update sites.inc
This commit is contained in:
@@ -859,7 +859,7 @@ SITEINFO(){
|
|||||||
esac
|
esac
|
||||||
[ "${edit}" == "" ] && echo -e "\033[13A" || echo -e "\033[12A"
|
[ "${edit}" == "" ] && echo -e "\033[13A" || echo -e "\033[12A"
|
||||||
else
|
else
|
||||||
|
for (( c=1; c<=3; c++ )); do echo -e "\033[K"; done; echo -e "\033[3A"
|
||||||
echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}"
|
echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}"
|
||||||
read -n 1 confirm
|
read -n 1 confirm
|
||||||
case "${confirm}" in
|
case "${confirm}" in
|
||||||
@@ -872,7 +872,6 @@ SITEINFO(){
|
|||||||
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 -e "${idsCL[LightGreen]}Done${idsCL[Default]}"
|
||||||
echo
|
echo
|
||||||
for (( c=1; c<=3; c++ )); do echo -e "\033[K"; done; echo -e "\033[3A"
|
|
||||||
echo -en "\033[K\r${idsCL[LightCyan]}Continue or Exit (C/e): ${idsCL[Default]}"
|
echo -en "\033[K\r${idsCL[LightCyan]}Continue or Exit (C/e): ${idsCL[Default]}"
|
||||||
read -n1 con
|
read -n1 con
|
||||||
case "${con}" in
|
case "${con}" in
|
||||||
|
|||||||
Reference in New Issue
Block a user