diff --git a/inc/certs.inc b/inc/certs.inc index 06309c49..bd2737f9 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[LightYellow]}### REQUESTING CERT IN TEST MODE ###${idsCL[Default]}" + echo -e "${idsCL[Yellow]}### REQUESTING CERT IN TEST MODE ###${idsCL[Default]}" echo fi echo -e "${idsCL[LightGreen]}Requesting Certificate for '${idsCL[Yellow]}${NEW_CERT}${idsCL[LightGreen]}'...${idsCL[Default]}"