From e5e0b03029d91c6b313e826912e759ed342d9ad8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 19:58:10 -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 ff128c87..54eae00e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -356,7 +356,7 @@ NODEUPDATE() { c=0; spca=''; spc1=${cw}-${#NODE}; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done echo -en "Updating ${NODE}${spca}" - if [ "${nip}" != "100.100.2.1" ] || [ "${nip}" != "10.2.1.1" ]; then + if [ "${nip}" != "100.100.2.1" ] && [ "${nip}" != "10.2.1.1" ]; then if [ "${2}" != "sync" ]; then echo -en " ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]} : " if ! ${NCMD} command -v nodemgmt > /dev/null; then