From fef03b66ac5fca411f0889cdd98972378f50009b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 11 Aug 2023 15:55:35 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- inc/status.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 8128840f..69ee9fff 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.10.52-08082023' +VERS='4.10.54-08112023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns ' CERT_DAEMON='/snap/bin/certbot' diff --git a/inc/status.inc b/inc/status.inc index d8c42792..e23c069b 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -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(){