Update certs.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user