From f860e7e4ccb3a1cfe089e42413a99558fb2263f6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 09:33:27 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index bf3ba592..8c5655c0 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -827,7 +827,8 @@ MAINTENANCE_MODE(){ echo -e "${idsCL[Green]} Replication Check(s)${idsCL[Default]}" DIVIDER . green 52 fi - + PH=${NTYPE}_HOSTS[0] + PH_CMD="ssh root@${!PH}" var1=${NTYPE}_REPL_CHECK[@] if [ ! -z ${!var1+x} ]; then var2=${NTYPE}_HOSTS[@]