From ee0854b5b125476e48cbe7e752e66fa0b247834f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jul 2025 17:19:53 -0500 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/inc/certs.inc b/inc/certs.inc index d2a5f5c8..9dcca342 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -690,7 +690,12 @@ COPYCERTS(){ ((i++)) done echo - [ ${RUN_POST_COMMANDS} = true ] && COPYCERTS_POST_COMMANDS && echo + if [ ${RUN_POST_COMMANDS} = true ]; then + echo -e "${idsCL[LightCyan]}Running post commands ...${idsCL[Default]}" + COPYCERTS_POST_COMMANDS + else + echo + fi else echo -e "${idsCL[Red]}Config file not complete, missing at least COPYCERT and/or CERTFOLDER variables${idsCL[Default]}\n"