Update sites.inc

This commit is contained in:
2023-05-25 20:58:04 -05:00
parent 03ff3b4981
commit 63e23c5a59

View File

@@ -579,10 +579,10 @@ SITEINFO(){
echo -e "${idsCL[Cyan]}7) Proxy Server: ${idsST[Bold]}${server}${idsST[Reset]}"
echo -e "${idsCL[Cyan]}8) Proxy Port: ${idsST[Bold]}${port}${idsST[Reset]}"
fi
echo -e "\n${idsCL[LightCyan]}Enter the line number to edit, or (s) to save:${idsCL[Default]}"
echo -en "\n\033[K${idsCL[LightCyan]}Enter the line number to edit, or (s) to save: ${idsCL[Default]}"
read edit
echo -e "\033[12A\033[K"
echo -e "\033[12A"
done
echo