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

@@ -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'

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