Update sites.inc

This commit is contained in:
2023-11-12 11:42:58 -06:00
parent 4c935f6a89
commit fe3fbdf1f0

View File

@@ -762,7 +762,6 @@ SITEINFO(){
echo -e "\033[7A" echo -e "\033[7A"
# fi # 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]}" echo -en "\033[K\n\033[K\r${idsCL[LightCyan]}Enter the line number to edit: ${idsCL[Default]}"
read -n 1 edit 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 "\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 "\n\n\n\n\n\n\n\n"
;; ;;
*) ;; *)
echo -e "\033[4A";
;;
esac esac
[ "${edit}" == "" ] && echo -e "\033[13A" || echo -e "\033[12A" [ "${edit}" == "" ] && echo -e "\033[13A" || echo -e "\033[12A"
else else