This commit is contained in:
2024-02-06 09:05:10 -06:00
parent 559cf3cc63
commit f4b6ed89d4
3 changed files with 40 additions and 2 deletions

View File

@@ -660,7 +660,7 @@ $(date)"
touch ${PW_TMPFOLDER}/shutdown.OFFSITE
for host in ${PW_OFFSITEHOSTS}; do
if [ "${TEST}" = "" ] || [ "${TEST}" = "full" ]; then
${PW_FOLDER}/esxi-scripts/host-vm-shutdown.ps1 ${host} >/dev/null 2>&1 &
${PW_FOLDER}/esxi-scripts/offsite-host-shutdown.ps1 ${host} >/dev/null 2>&1 &
fi
done
fi