From 89e353d86b18fbf1f2c5461a5151b7b73a94ed81 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 18:58:34 -0600 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 90325b81..9fdb5f67 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -745,7 +745,7 @@ SETUPSSH(){ DIVIDER . lightCyan 40 echo -e "\n${idsCL[LightCyan]}Copying Public SSH Key ...${idsCL[Default]}" ssh-copy-id root@${nip} - echo -e "\n${idsCL[LightCyan]}Verifying NodeMgmt ...${idsCL[Default]}" + echo -en "\n${idsCL[LightCyan]}Verifying NodeMgmt ...${idsCL[Default]}" NODEUPDATE ${nip} verify "${NMCMD}" echo fi