Update certs.inc

This commit is contained in:
2026-05-16 18:13:46 -05:00
parent d1f79a17cc
commit 82f12287f7
+2 -2
View File
@@ -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