diff --git a/inc/sites.inc b/inc/sites.inc index 1ae9f6e5..38bc32f4 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -579,10 +579,15 @@ SITEINFO(){ echo -e "\033[K" fi if [ "${edit}" != "s" ]; then - echo -e "\033[K" - echo -e "\033[K" - echo -e "\033[K" - echo -e "\033[3A" + if [ $f -eq 0 ]; then + echo -e "\033[K" + echo -e "\033[K" + echo -e "\033[K" + echo -e "\033[K" + echo -e "\033[K" + echo -e "\033[K" + echo -e "\033[6A" + fi echo -en "\n\033[K${idsCL[LightCyan]}Enter the line number to edit, or (s) to save: ${idsCL[Default]}" read -n 1 edit