Update powerwall.sh

This commit is contained in:
2023-11-04 15:32:31 -05:00
parent 0c4256cd2f
commit d96bdfeaa7

View File

@@ -1208,6 +1208,7 @@ SHUTDOWN_SERVER(){
[ "${TEST}" != "true" ] && run=$(${PW_FOLDER}/esxi-scripts/iscsi-vm-shutdown.ps1 ${host} >/dev/null 2>&1)
echo -e "${idsCL[Green]}Done"
done
echo -e "${idsCL[LightYellow]}All iSCSI-PRI VM's have been sent shutdown signals\n"
elif [ "${ESXIHOST}" == "10.10.2.17" ]; then
echo -e "${idsCL[LightYellow]}Since this is the iSCSI-SYS host server, all iSCSI-SYS VM's are being shutdown ... "
@@ -1216,6 +1217,7 @@ SHUTDOWN_SERVER(){
[ "${TEST}" != "true" ] && run=$(${PW_FOLDER}/esxi-scripts/iscsi-sys-vm-shutdown.ps1 ${host} >/dev/null 2>&1)
echo -e "${idsCL[Green]}Done"
done
echo -e "${idsCL[LightYellow]}All iSCSI-SYS VM's have been sent shutdown signals\n"
fi