Update status.inc

This commit is contained in:
2023-12-03 22:18:37 -06:00
parent c224952a64
commit 9dab4a07ae

View File

@@ -726,7 +726,7 @@ It was down for $(SHOW_TIME ${toterrtime})"
end=`date +%s`
runtime=$((end-start))
echo -e "Runtime: ${runtime}\n"
echo ${runtime} >> /opt/idssys/nodemgmt/status-check.scantimes
[ "${ST_ACTION}" == "report" ] && echo ${runtime} >> ${NM_LOGFOLDER}/status-check.scantimes
}
REPLCHECK(){