Update sites.inc

This commit is contained in:
2023-11-12 19:33:00 -06:00
parent 2613c0b5d8
commit 6054f406c4

View File

@@ -892,7 +892,7 @@ SITEINFO(){
[Nn]) [Nn])
edit=C edit=C
echo -e "\r\033[K\n\r\033[K\n\r\033[K" echo -e "\r\033[K\n\r\033[K\n\r\033[K"
echo -e "\033[13A"; for (( c=1; c<=13; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[18A" echo -e "\033[13A"; for (( c=1; c<=13; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[16A"
;; ;;
*) *)
echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... ${idsCL[Default]}" echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Configuring changes ... ${idsCL[Default]}"