From 3afe490b363ab15560e92823eaeb79fec127f658 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 11 Nov 2023 15:16:17 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/sites.inc b/inc/sites.inc index 13c50161..c8a52348 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -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';;