From 74f9d27f91e1e470e20b3444c93e9f4b0ca2728c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 14 Oct 2024 17:16:18 -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 970afd8f..c60c840b 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.7.110-09232024' +VERS='2.7.111-10142024' noheader=' update service dailytemp confsync -r -report test ' diff --git a/powerwall.sh b/powerwall.sh index 9134df92..2af76181 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -507,7 +507,7 @@ SHUTDOWN_SERVER(){ c=0; MSG_SPC=''; spc1=`expr ${HC_CW} - ${#MSG}`; until [ ${c} = ${spc1} ]; do MSG_SPC="${MSG_SPC} "; ((c++)); done echo -en "${idsCL[White]}${MSG}${MSG_SPC}: " if [ "${TEST}" != "true" ]; then - sleep 120s && ${PW_FOLDER}/esxi-scripts/set-drs.ps1 2 >/dev/null 2>&1 & + sleep 60s && ${PW_FOLDER}/esxi-scripts/set-drs.ps1 2 >/dev/null 2>&1 & echo -e "${idsCL[Green]}Command Sent${idsCL[Default]}\n" else echo -e "${idsCL[Yellow]}(TEST MODE)${idsCL[Default]}\n"