From 1ca5c7d1409c02682ac5a2a1a91acb289282c65e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Jan 2021 11:22:47 -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 b1e7c937..343c4d12 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.122" ] && [ ${srvc} = "gitea" ]; then NOGOCHK=false fi if [ ${NOGOCHK} == true ]; then