diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1ee3c46c..c24c585e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1655,7 +1655,7 @@ if [ ${action-x} ]; then checkcerts) if [ "${2}" = "report" ]; then rm -f ${FOLDER}/status-check.lastrun - CHECK-CERTS report > ${FOLDER}/status-check.lastrun + #CHECK-CERTS report > ${FOLDER}/status-check.lastrun if [ "${3}" = "email" ] && [ "${STATUS_CHECK_EMAIL}" != "" ]; then STATUSLOG="$(cat ${FOLDER}/status-check.lastrun)" echo "Status Report\n\n${STATUSLOG}" | mail -s "Status Report" david@schroedercity.com