Update certs.inc

This commit is contained in:
2023-11-13 10:27:13 -06:00
parent f6d44dc1f3
commit c32d5a7dba

View File

@@ -281,7 +281,7 @@ LISTCERTS(){
while [ "${editc^}" != "E" ]; do
echo -e "\033[K"
echo -e "\033[K"
echo -e "\033[K (${idsCL[Green]}R${idsCL[Default]})eload, (${idsCL[Yellow]}E${idsCL[Default]})xit"
echo -e "\033[K (${idsCL[Green]}C${idsCL[Default]})reate New, (${idsCL[Green]}R${idsCL[Default]})eload, (${idsCL[Yellow]}E${idsCL[Default]})xit"
echo -e "\033[K"
echo -e "\033[K"
echo -e "\033[K"
@@ -294,6 +294,10 @@ LISTCERTS(){
echo -e "\033[K"
exit 0
elif [ "${certid^}" == "C" ]; then
NEWCERT
exit 0
elif [ "${certid^}" == "R" ]; then
[ "${SEARCH}" != "0" ] && LISTCERTS -edit -search ${SEARCH} || LISTCERTS -edit
exit 0