This commit is contained in:
2023-08-11 15:55:35 -05:00
parent d8a288b600
commit fef03b66ac
2 changed files with 2 additions and 2 deletions

View File

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