From ce6d8c190adad3cb801bbf8e33a19480f2c1ce20 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 2 Nov 2023 19:18:40 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 4a797812..eb044eae 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -1205,7 +1205,7 @@ SHUTDOWN_SERVER(){ [ "${TEST}" != "true" ] && run=$(ssh root@${hostip} 'esxcli system maintenanceMode set -e false -t 0' >/dev/null 2>&1) echo -e "${idsCL[Green]}Done\n" - echo -en "${idsCL[LightCyan]}The host ${host} (${hostip}) will be shutdown momentarily ... " + echo -e "${idsCL[LightCyan]}The host ${host} (${hostip}) will be shutdown momentarily ... \n" # echo -en "${idsCL[LightCyan]}Waiting for Host ${host} (${hostip}) to shutdown ... " # if [ "${TEST}" != "true" ]; then # while ping -qw 10 -c3 "${hostip}">/dev/null 2>&1; do