From d96bdfeaa7a78dcf105397a608e010984863380c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 4 Nov 2023 15:32:31 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/powerwall.sh b/powerwall.sh index 8053b0d3..22fdc7a0 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -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