This commit is contained in:
2023-11-30 09:33:11 -06:00
parent b9f91fe328
commit e478e1049a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.3.244-11302023' VERS='2.3.245-11302023'
noheader=' update service dailytemp ' noheader=' update service dailytemp '

View File

@@ -1381,7 +1381,7 @@ SHUTDOWN_SERVER(){
sleep 10s sleep 10s
fi fi
echo -en "${idsCL[LightCyan]}Enabling maintenance mode & starting iSCSI VM migrations ... " echo -en "${idsCL[LightCyan]}Enabling maintenance mode & starting any iSCSI VM migrations needed ... "
[ "${TEST}" != "true" ] && ${PW_FOLDER}/esxi-scripts/host-maintenance_mode.ps1 ${PW_VCENTER_HOST_NAMES[${ESXIHOST}]} >/dev/null 2>&1 & [ "${TEST}" != "true" ] && ${PW_FOLDER}/esxi-scripts/host-maintenance_mode.ps1 ${PW_VCENTER_HOST_NAMES[${ESXIHOST}]} >/dev/null 2>&1 &
[ "${TEST}" != "true" ] && sleep 25s || echo "(TEST MODE)" [ "${TEST}" != "true" ] && sleep 25s || echo "(TEST MODE)"
echo -e "${idsCL[Green]}Done\n" echo -e "${idsCL[Green]}Done\n"