Update sites.inc

This commit is contained in:
2023-05-25 22:09:18 -05:00
parent bb216fbc07
commit a52e824457

View File

@@ -591,10 +591,10 @@ SITEINFO(){
5) [ "${explt}" == "-" ] && explt='Yes' || explt='-';;
6) [ "${lock}" == "-" ] && lock='Yes' || lock='-';;
7)
echo -e "\n"
echo -en "Enter new Proxy Address: "
echo -e "\033[K\n\033[K"
echo -en "\033[KEnter new Proxy Address: "
read server
echo -e "\033[2A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[2A"
echo -e "\033[2A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[2A"
;;
esac
echo -e "\033[12A"