From 1159398d95b5364ccb30afe0792a9f5c8ea897fc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 17 Sep 2024 17:51:41 -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 a031b2ca..af58114d 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.7.102-08272024' +VERS='2.7.104-09172024' noheader=' update service dailytemp confsync -r -report test ' diff --git a/powerwall.sh b/powerwall.sh index 370694cc..e850fdcf 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 480 + sleep 420 ${PW_FOLDER}/esxi-scripts/coolup.overnight.ps1 fi