Update powerwall.sh

This commit is contained in:
2023-05-15 17:41:08 -05:00
parent a39f8659d0
commit c872fb5d39

View File

@@ -406,7 +406,7 @@ SHUTDOWN_SERVERS(){
for ESXIHOST in "${SYSHOSTS[@]}"; do
echo -en "Suspending DB, PiHole & vCenter VM's on: ${ESXIHOST} ... "
${FOLDER}/esxi-scripts/sys-suspend.ps1 ${ESXIHOST}
${FOLDER}/esxi-scripts/sys-suspend.ps1 ${ESXIHOST} >/dev/null 2>&1
echo "Done"
done
# for ESXIHOST in "${SYSHOSTS[@]}"; do