update
This commit is contained in:
@@ -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
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user