From 27523620cc9880c4941ad06ef9221aa2d9150b31 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jul 2025 16:19:05 -0500 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/certs.inc b/inc/certs.inc index f6897b67..d2a5f5c8 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -692,6 +692,9 @@ COPYCERTS(){ echo [ ${RUN_POST_COMMANDS} = true ] && COPYCERTS_POST_COMMANDS && echo + else + echo -e "${idsCL[Red]}Config file not complete, missing at least COPYCERT and/or CERTFOLDER variables${idsCL[Default]}\n" + fi else echo -e "${idsCL[Red]}No ${NM_FOLDER}/conf/copycerts.sh.inc config file found${idsCL[Default]}\n"