This commit is contained in:
2019-02-10 23:37:56 -06:00
parent 87ca3181ab
commit a422a26554
3 changed files with 7 additions and 1280 deletions

View File

@@ -84,6 +84,12 @@ DISP_HEADER(){
fi
done
DIVIDER
if [ -f ${FOLDER}/*.lastrun ]; then
for certdir in ${FOLDER}/*.lastrun ; do
echo $certdir
done
DIVIDER
fi
fi
echo ""
}

File diff suppressed because it is too large Load Diff

View File

@@ -595,7 +595,7 @@ LISTCERTS(){
CHECK-CERTS(){
rm -f /opt/idssys/nodemgmt/ssl-cert-check.lastrun
/opt/idssys/nodemgmt/ssl-cert-check/ssl-cert-check -a -f /opt/idssys/nodemgmt/ssl-cert-check/ssldomains -e ${STATUS_CHECK_EMAIL} > /opt/idssys/nodemgmt/ssl-cert-check.lastrunz
/opt/idssys/nodemgmt/ssl-cert-check/ssl-cert-check -a -f /opt/idssys/nodemgmt/ssl-cert-check/ssldomains -e ${STATUS_CHECK_EMAIL} > /opt/idssys/nodemgmt/ssl-cert-check.lastrun
}
BACKUP(){