From 54c7091ce5455b56bf457243f826221cfda38776 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Jun 2021 19:43:55 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 805d0836..e3792d99 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1428,10 +1428,10 @@ SERVICE(){ NCMD="ssh root@${nip}" fi - $GO=true; + GO=true; if [ "${2}" = "gitea" ]; then if [[ $($NCMD /sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) != *10.5.10.120* ]]; then - $GO=false; + GO=false; fi fi