From 3d540f90b474c7a60f98ecf376be4b6602a8efb3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 19 Feb 2024 08:30:57 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 36ff94f6..cf87846d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1070,7 +1070,7 @@ ESXI_ISCSI_STORAGE_RESCAN(){ } SETUPSSH(){ - echo -e "\n${idsST[Bold]}${idsCL[LightCyan]}Beginning SSH verifiication, you may get prompted for crednetials along the way\n" + echo -e "\n${idsST[Bold]}${idsCL[LightCyan]}Beginning SSH verifiication, you may get prompted for credentials along the way\n" for NTYPE in "${NM_NODE_TYPES[@]}"; do echo -e "${idsST[Bold]}"; DIVIDER echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Nodes - Verifying SSH Connection${idsCL[Default]}" @@ -1089,8 +1089,8 @@ SETUPSSH(){ ssh-copy-id root@${nip} fi - echo -en "\n${idsCL[LightCyan]}Verifying NodeMgmt ... ${idsCL[Default]}" - NODEUPDATE ${nip} verify "ssh" + # echo -en "\n${idsCL[LightCyan]}Verifying NodeMgmt ... ${idsCL[Default]}" + # NODEUPDATE ${nip} verify "ssh" else echo -e "\n${idsCL[Yellow]}Host is offline${idsCL[Default]}"