Update certs.inc

This commit is contained in:
2023-11-12 22:26:56 -06:00
parent 7ba3e67799
commit a0bde5f137

View File

@@ -361,7 +361,7 @@ LISTCERTS(){
[Nn]) [Nn])
editc=C editc=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[7A"; for (( c=1; c<=7; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[7A" echo -e "\033[15A"; for (( c=1; c<=15; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[15A"
;; ;;
*) *)
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]}"