From f1dc01810709a33a08c0df1df2652c4e727b076a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 6 Feb 2022 14:09:45 -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 f32dae9d..a2aa1c39 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1445,7 +1445,7 @@ SERVICE(){ NOGOCHK=true; if [ "${1}" == "gitea" ]; then - if [[ $($NCMD /sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) != *10.5.10.120* ]]; then + if [[ $($NCMD /sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) != *10.10.1.120* ]]; then NOGOCHK=false; fi fi