Update certs.inc

This commit is contained in:
2025-07-05 17:19:53 -05:00
parent 90ce5df371
commit ee0854b5b1

View File

@@ -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"