Update certs.inc
This commit is contained in:
@@ -330,7 +330,7 @@ LISTCERTS(){
|
||||
echo -e "\033[7A"
|
||||
|
||||
echo -en "\033[K\n\033[K\r${idsCL[LightCyan]}Enter the item number to edit: ${idsCL[Default]}"
|
||||
read -n 1 edit
|
||||
read -n 1 editc
|
||||
|
||||
case "${editc}" in
|
||||
1) echo -e "\033[K\n\033[K"
|
||||
@@ -341,7 +341,7 @@ LISTCERTS(){
|
||||
2) [ "${monitored}" == "-" ] && monitored='Yes' || monitored='-';;
|
||||
*) ;;
|
||||
esac
|
||||
[ "${editc}" == "" ] && echo -e "\033[7A" || echo -e "\033[6A"
|
||||
[ "${editc}" == "" ] && echo -e "\033[8A" || echo -e "\033[7A"
|
||||
fi
|
||||
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user