From feceb516a67fd90c293cd0ffa82ee0018d14f4de Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 20:53:59 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 09ee8cf2..0824dba0 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -569,7 +569,6 @@ SITEINFO(){ [ "$(grep include/secure-access.conf ${sitefile})" != "" ] && lock='Yes' || lock='-' until [ "${edit}" = "s" ]; do - tput sc echo -e "${idsCL[Cyan]}!) Site Address: ${idsST[Bold]}${site}${idsST[Reset]}" echo -e "${idsCL[Cyan]}!) Site Type: ${idsST[Bold]}${type}${idsST[Reset]}" echo -e "${idsCL[Cyan]}!) SSL Secure: ${idsST[Bold]}${ssl}${idsST[Reset]} - ${idsCL[LightCyan]}${SUBJECTNAMES}" @@ -580,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 -en "\n${idsCL[LightCyan]}Enter the line number to edit, or (s) to save: ${idsCL[Default]}" - # read edit + echo -en "\n${idsCL[LightCyan]}Enter the line number to edit, or (s) to save: ${idsCL[Default]}" + read edit - tput rc;tput el + echo -e "\033[10A" done echo