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"