Update nodemgmt-scripts.sh

This commit is contained in:
2021-06-26 22:01:04 -05:00
parent a397296cda
commit bb86cc480f

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.122xxx" ] && [ ${srvc} = "gitea" ]; then
NOGOCHK=false
fi
if [ ${NOGOCHK} = true ]; then