From 9027b49a9e19d209fd4136d22171b1ab5d73e40b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 23:18:24 -0600 Subject: [PATCH] Update shutdown-test.sh --- shutdown-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shutdown-test.sh b/shutdown-test.sh index 1c68cce5..9c75b43a 100644 --- a/shutdown-test.sh +++ b/shutdown-test.sh @@ -91,7 +91,7 @@ SHUTDOWN_SERVER2(){ c=0; MSG_SPC=''; spc1=`expr ${HC_CW} - ${#MSG}`; until [ ${c} = ${spc1} ]; do MSG_SPC="${MSG_SPC} "; ((c++)); done echo -en "${idsCL[White]}${MSG}${MSG_SPC}: " if [ "${TEST}" != "true" ]; then - ssh root@${PW_VCENTERHOST} "service-control --stop vmware-vpxd >/dev/null & 2>&1 && service-control --start vmware-vpxd >/dev/null & 2>&1" >/dev/null & 2>&1 & + ssh root@${PW_VCENTERHOST} "service-control --stop vmware-vpxd >/dev/null 2>&1 && service-control --start vmware-vpxd >/dev/null 2>&1" >/dev/null & 2>&1 & echo -e "${idsCL[Green]}Continuing in background${idsCL[Default]}" else echo -e "${idsCL[Yellow]}(TEST MODE)${idsCL[Default]}"