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