update
This commit is contained in:
@@ -84,6 +84,12 @@ DISP_HEADER(){
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
DIVIDER
|
DIVIDER
|
||||||
|
if [ -f ${FOLDER}/*.lastrun ]; then
|
||||||
|
for certdir in ${FOLDER}/*.lastrun ; do
|
||||||
|
echo $certdir
|
||||||
|
done
|
||||||
|
DIVIDER
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -595,7 +595,7 @@ LISTCERTS(){
|
|||||||
|
|
||||||
CHECK-CERTS(){
|
CHECK-CERTS(){
|
||||||
rm -f /opt/idssys/nodemgmt/ssl-cert-check.lastrun
|
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(){
|
BACKUP(){
|
||||||
|
|||||||
Reference in New Issue
Block a user