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(){