Update ssl-check.sh

This commit is contained in:
2019-02-10 19:44:17 -06:00
parent 4ee8dd67c6
commit e2d2024cc2

View File

@@ -504,7 +504,7 @@ check_file_status() {
set_returncode ${RETCODE_LOCAL}
MIN_DATE=$(echo ${CERTDATE} | ${AWK} '{ print $1, $2, $4 }')
# set_summary ${RETCODE_LOCAL} ${HOST} ${PORT} "${MIN_DATE}" ${CERTDIFF}
set_summary ${RETCODE_LOCAL} ${HOST} ${PORT} "${MIN_DATE}" ${CERTDIFF}
}