Update powerwall.sh

This commit is contained in:
2023-05-15 12:58:35 -05:00
parent 3cb0e553ed
commit 7fe96bf478

View File

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