Update powerwall.sh

This commit is contained in:
2023-05-15 13:01:26 -05:00
parent 398cbac01d
commit da412fe3f4

View File

@@ -424,7 +424,7 @@ 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}]}
${FOLDER}/esxi-scripts/host-maintenance_mode.ps1 ${ESXI_HOST_NAMES[${1}]} >/dev/null 2>&1
sleep 10s
echo "Done"