From a3458f2f3c3744ec7ebabd702dc7570614687bb0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 22:11:32 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/certs.inc b/inc/certs.inc index 382bc706..b4b6096d 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -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