Update certs.inc
This commit is contained in:
+2
-2
@@ -692,11 +692,11 @@ COPYCERTS(){
|
|||||||
((i++))
|
((i++))
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
if [ ${RUN_POST_COMMANDS} = true ]; then
|
if [ "${RUN_POST_COMMANDS}" == "true" ]; then
|
||||||
echo -e "${idsCL[LightCyan]}Running post commands ...${idsCL[Default]}"
|
echo -e "${idsCL[LightCyan]}Running post commands ...${idsCL[Default]}"
|
||||||
COPYCERTS_POST_COMMANDS
|
COPYCERTS_POST_COMMANDS
|
||||||
else
|
else
|
||||||
echo
|
echo -e "${idsCL[LightRed]}NOT Running post commands${idsCL[Default]}\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user