Update nodemgmt-scripts.sh

This commit is contained in:
2020-03-14 11:18:16 -05:00
parent 2a94274ad0
commit 9b76e0155a

View File

@@ -1323,7 +1323,7 @@ SERVICE(){
echo
fi
for NTYPE in "${!NTS}"; do
for NTYPE in "${!NODE_TYPES}"; do
var1=${NTYPE}SERVICES_CHECK
if [[ "${!var1}" = *"${1}"* ]]; then
echo "${NTYPE} found"