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