From 9e3b127146762a78062d85ad293476667d951807 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Sep 2023 21:58:43 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- inc/status.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index 705a3ab0..230c4617 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.12.11-09112023' +VERS='4.12.20-09112023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense ' CERT_DAEMON='/snap/bin/certbot' diff --git a/inc/status.inc b/inc/status.inc index e65dd87b..3471b075 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -715,8 +715,8 @@ REPLCHECK(){ nip=${2} PH_CMD=${3} if [ "${4}" != "check" ]; then - # timeout=`date --date='1 minutes' +%s` - timeout=`date --date='30 seconds' +%s` + timeout=`date --date='1 minutes' +%s` + # timeout=`date --date='30 seconds' +%s` else timeout=`date --date='2 minutes' +%s` fi