Update status.inc

This commit is contained in:
2023-07-31 23:16:36 -05:00
parent 40c424f579
commit 9d2991a3c6

View File

@@ -689,6 +689,7 @@ STATUS(){
end=`date +%s`
runtime=$((end-start))
echo -e "Runtime: ${runtime}\n"
echo ${runtime} > /opt/idssys/nodemgmt/status-check.scantimes
}
REPLCHECK(){