diff --git a/inc/sites.inc b/inc/sites.inc index 3ea6998b..c356f316 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -802,15 +802,8 @@ SITEINFO(){ exit 0 ;; [Cc]) - echo -e "\n\033[K\033[6A"; - echo -e "\033[K\n\033[K\n\033[K\n\033[K\n\033[K\n\033[K"; - echo -e "\033[6A" - - # echo -e "\n\033[K\n\033[K" - # SITEINFO ${1} ${2} - # exit 0 - - # break 3 + echo -e "\033[K\n\033[K" + echo -e "\033[8A"; for (( c=1; c<=8; c++ )); do echo -e "\033[K"; done; echo -e "\033[8A" ;; *) ;; esac