Update certs.inc

This commit is contained in:
2023-11-12 22:41:54 -06:00
parent 150526b978
commit f0bdb82fe6

View File

@@ -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])