Update powerwall.sh

This commit is contained in:
2023-11-02 19:18:40 -05:00
parent 17c56dc714
commit ce6d8c190a

View File

@@ -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