diff --git a/inc/certs.inc b/inc/certs.inc index 733e3019..21a01433 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -692,11 +692,11 @@ COPYCERTS(){ ((i++)) done echo - if [ ${RUN_POST_COMMANDS} = true ]; then + if [ "${RUN_POST_COMMANDS}" == "true" ]; then echo -e "${idsCL[LightCyan]}Running post commands ...${idsCL[Default]}" COPYCERTS_POST_COMMANDS else - echo + echo -e "${idsCL[LightRed]}NOT Running post commands${idsCL[Default]}\n" fi else