Update sites.inc

This commit is contained in:
2023-11-11 15:16:17 -06:00
parent d4a0787638
commit 3afe490b36

View File

@@ -700,6 +700,7 @@ SITEINFO(){
0) echo -e "\033[K\n\033[K"
echo -en "\033[KEnter new Server Names (comma seperated): "
read -i "${servernames}" -e servernames
servernames=${servernames//, /,}
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
;;
1) [ "${type}" == "HTTP" ] && type='Proxy' || type='HTTP';;