This commit is contained in:
2023-12-30 11:11:46 -06:00
parent f7e8ffe14f
commit c3ca4055eb
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.5.81-12302023'
VERS='2.5.82-12302023'
noheader=' update service dailytemp confsync '

View File

@@ -462,9 +462,8 @@ SHUTDOWN_SERVER(){
}
VERIFY_ISCSI_VM_DOWN(){
echo "verifying ${1}"
if [ "${1}" == "10.10.2.10" ] || [ "${1}" == "MAIN" ]; then
${PW_FOLDER}/esxi-scripts/iscsi-vm-shutdown-verify.ps1 ${2} ###>/dev/null 2>&1
${PW_FOLDER}/esxi-scripts/iscsi-vm-shutdown-verify.ps1 ${2} >/dev/null 2>&1
elif [ "${1}" == "10.10.2.17" ] || [ "${1}" == "SYS" ]; then
${PW_FOLDER}/esxi-scripts/iscsi-sys-vm-shutdown-verify.ps1 ${2} >/dev/null 2>&1
elif [ "${1}" == "MAINSITE" ] || [ "${1}" == "ALL" ]; then