From 28558edca2b49bddfc9ca20624eadaa30a5ee480 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Jan 2021 11:27:55 -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 683652f1..726edd98 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -160,7 +160,7 @@ STATUS(){ if [ "${NIP}" = "10.5.10.122" ] && [ ${srvc} = "gitea" ]; then NOGOCHK=false fi - if [ ${NOGOCHK} == true ]; then + if [ ${NOGOCHK} = true ]; then if [ "${ST_ACTION}" != "check" ]; then c=0; cw=22; spc='' spc1=${cw}-${#NM_SERVICES[${srvc}]}