From 1f349a51a7ce65a0fe506816b2fb3107f745a222 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 21 Jun 2023 21:32:26 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ce85c5a4..726ccdbe 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -516,7 +516,7 @@ SERVICE(){ echo -en "${idsCL[LightYellow]}Verifying nginx config and ssl cert replication across the nodes... ${idsCL[Default]}" fi if [[ "${MIP}" == *"${!NT_HOST}"* ]]; then - PH_CMD="ssh root@localhost" + PH_CMD="" else PH_CMD="ssh root@${!NT_HOST}" fi