From d195493b180eba432be8e220c6924850e26db577 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 12:21:49 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index ea0b9712..d054244f 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -676,7 +676,13 @@ SITEINFO(){ if [ "${1}" == "edit" ]; then while [ "${edit^}" != "E" ]; do - + echo -e "\033[K" + echo -e "\033[K" + echo -e "\033[K" + echo -e "\033[K (${idsCL[Green]}s${idsCL[Default]})ave, (${idsCL[Red]}c${idsCL[Default]})ancel, (${idsCL[Green]}e${idsCL[Default]})xit" + echo -e "\033[K" + echo -e "\033[K" + echo -e "\033[7A" echo -en "\n${idsCL[LightCyan]}Enter the site number you want to edit: ${idsCL[Default]}" read siteid echo @@ -762,7 +768,7 @@ SITEINFO(){ echo -e "\033[7A" # fi - echo -en "\033[K\n\033[K\r${idsCL[LightCyan]}Enter the line number to edit: ${idsCL[Default]}" + echo -en "\033[K\n\033[K\r${idsCL[LightCyan]}Enter the site number to edit: ${idsCL[Default]}" read -n 1 edit case "${edit}" in