Update powerwall.sh

This commit is contained in:
2023-05-15 13:33:39 -05:00
parent aac0633f9c
commit 4ee9eb03a4

View File

@@ -424,8 +424,8 @@ SHUTDOWN_SERVERS(){
}
SHUTDOWN_SERVER(){
echo -en "Enabling Maintenance mode and will wait for iSCSI VM's to begin migrating ... "
${FOLDER}/esxi-scripts/host-maintenance_mode.ps1 ${ESXI_HOST_NAMES[${1}]}
# sleep 10s
${FOLDER}/esxi-scripts/host-maintenance_mode.ps1 ${ESXI_HOST_NAMES[${1}]} & >/dev/null 2>&1
sleep 45s
echo "Done"
echo -en "Shutting Down VM's on: ${1} ... "