From 82f12287f704ae8aa440ffba7b01bfb7a0c0acd7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 May 2026 18:13:46 -0500 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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