Update status.inc

This commit is contained in:
2023-12-29 15:58:53 -06:00
parent 5241fb1767
commit cd435f69ed

View File

@@ -423,9 +423,7 @@ It was down for $(SHOW_TIME $(expr $(date +%s) - $(stat -c %Y ${NM_TMPFOLDER}/${
ENTER2CONTINUE
fi
fi
end=`date +%s`
runtime=$((end-start))
echo -e "Runtime: ${runtime}\n"
end=`date +%s`; runtime=$((end-start)); echo -e "Runtime: ${runtime}\n"
[ "${STATUS_ACTION}" == "report" ] && echo "${log_start}~${runtime}~${REPLRUN}" >> ${NM_LOGFOLDER}/status-check.scantimes
}