diff --git a/inc/sites.inc b/inc/sites.inc index 658052d6..7d33ed34 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -762,7 +762,6 @@ SITEINFO(){ echo -e "\033[7A" # fi - # echo -e "\033[K\n\033[K\n\033[K\033[2A" echo -en "\033[K\n\033[K\r${idsCL[LightCyan]}Enter the line number to edit: ${idsCL[Default]}" read -n 1 edit @@ -807,7 +806,9 @@ SITEINFO(){ echo -e "\033[17A"; for (( c=1; c<=17; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[17A" echo -e "\n\n\n\n\n\n\n\n" ;; - *) ;; + *) + echo -e "\033[4A"; + ;; esac [ "${edit}" == "" ] && echo -e "\033[13A" || echo -e "\033[12A" else