From c9bd58166d4cad1fa063647e089d2c795c1566b5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 23 Jul 2024 18:48:19 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- powerwall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index d13315e4..c95417e8 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.7.74-07232024' +VERS='2.7.76-07232024' noheader=' update service dailytemp confsync -r -report test ' diff --git a/powerwall.sh b/powerwall.sh index 191210ef..50d2407e 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -179,7 +179,7 @@ COOLDOWN_SRVRM_OVERNIGHT(){ elif [ "${1}" == "ON" ]; then echo "opposite of Cooling off server room for the night" ${PW_SCRIPT} host 6 -p on - sleep 600 + sleep 480 ${PW_FOLDER}/esxi-scripts/coolup.overnight.ps1 fi