This commit is contained in:
2023-11-13 07:45:47 -06:00
parent 173d7fcfef
commit 7420f315cc
2 changed files with 3 additions and 8 deletions

View File

@@ -809,7 +809,7 @@ SITEINFO(){
else
lock='-'
fi
f=0; editc=0
editc=0
until [ "${editc^}" = "C" ]; do
echo -e "\033[K${idsCL[White]}0) Site Address(es): ${idsCL[Cyan]}${idsST[Bold]}${servernames}${idsST[Reset]}"
echo -e "\033[K${idsCL[White]}1) Site Type: ${idsCL[Cyan]}${idsST[Bold]}${type}${idsST[Reset]}"
@@ -862,7 +862,7 @@ SITEINFO(){
;;
7) echo -e "\033[K\n\033[K"
echo -en "\033[KEnter new Proxy Address: "
read -i "${server}" -e server
read -i "${server}" -e server
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
;;
8) [ "${scheme}" == "http" ] && scheme='https' || scheme='http';;
@@ -916,7 +916,6 @@ SITEINFO(){
esac
fi
f=1
done
else #no site
echo -e "\033[3A"; for (( c=1; c<=3; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[4A"