Update nodemgmt-scripts.sh

This commit is contained in:
2021-01-16 11:22:47 -06:00
parent 0556eb948d
commit 1ca5c7d140

View File

@@ -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