From 9d2991a3c6b0da2435b4596df5adc2804eb9ce0f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 31 Jul 2023 23:16:36 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/status.inc b/inc/status.inc index 04426f77..d8c42792 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -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(){