Update certs.inc
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user