From bb86cc480f25fd2732fb24142fe506c9c1ae0cba Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jun 2021 22:01:04 -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 f41b1fa5..f8e06844 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -157,7 +157,7 @@ STATUS(){ var2=${NTYPE}_SERVICES_CHECK[@] for srvc in "${!var2}"; do NOGOCHK=true - if [ "${nip}" = "10.5.10.122" ] && [ ${srvc} = "gitea" ]; then + if [ "${nip}" = "10.5.10.122xxx" ] && [ ${srvc} = "gitea" ]; then NOGOCHK=false fi if [ ${NOGOCHK} = true ]; then