From bb544f14be89f828ca064ae7eed39a224b2c0ac2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 10 Nov 2023 09:47:30 -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 bd2737f9..52ca1c87 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -24,7 +24,7 @@ NEWCERT(){ fi if [ "${NEW_CERT}" != "" ]; then if [ ${CERTTEST} -eq 1 ]; then - echo -e "${idsCL[Yellow]}### REQUESTING CERT IN TEST MODE ###${idsCL[Default]}" + echo -e "${idsCL[LightYellow]}${idsST[Bold]}### REQUESTING CERT IN TEST MODE ###${idsST[Reset]}${idsCL[Default]}" echo fi echo -e "${idsCL[LightGreen]}Requesting Certificate for '${idsCL[Yellow]}${NEW_CERT}${idsCL[LightGreen]}'...${idsCL[Default]}"