This commit is contained in:
2023-11-13 19:59:26 -06:00
parent 39114ba91b
commit 7b09042034
3 changed files with 6 additions and 6 deletions

View File

@@ -359,9 +359,11 @@ LISTCERTS(){
[ "${SEARCH}" != "0" ] && LISTCERTS -edit -search ${SEARCH} || LISTCERTS -edit
exit 0
;;
*) [ "${delconfirm}" !="" ] echo ;;
*)
[ "${delconfirm}" !="" ] && echo
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
;;
esac
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
;;
[Ee])
echo -e "\033[K"