This commit is contained in:
2023-09-11 21:58:43 -05:00
parent a2cfd6fc34
commit 9e3b127146
2 changed files with 3 additions and 3 deletions

View File

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

View File

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