From f0bdb82fe62b341d3806085a3cfe6bd69cd549d2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 22:41:54 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/certs.inc b/inc/certs.inc index 46f38f8a..f59b753f 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -356,7 +356,7 @@ LISTCERTS(){ else for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[6A" - echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}" + echo -en "\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}" read -n 1 confirm case "${confirm}" in [Nn])