This commit is contained in:
2023-11-09 10:05:30 -06:00
parent f93b567fde
commit 3779dbe93b
3 changed files with 6 additions and 8 deletions

View File

@@ -695,7 +695,8 @@ SITEINFO(){
echo -e "\033[K\n\033[K"
echo -en "\033[KEnter new Proxy Address: "
read server
echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
# echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
;;
8) [ "${scheme}" == "http" ] && scheme='https' || scheme='http';;
# 8)
@@ -708,7 +709,8 @@ SITEINFO(){
echo -e "\033[K\n\033[K"
echo -en "\033[KEnter new Proxy Port: "
read port
echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
# echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
;;
[Ee])