Update nodemgmt-scripts.sh

This commit is contained in:
2019-01-29 20:45:33 -06:00
parent 2286f472f3
commit 22d813f135

View File

@@ -20,7 +20,7 @@ case "$1" in
TESTT=$?
echo "HERE: '${TEST}'-'${TESTT}'"
if containsElement "${2}" "${NODE_SERVICES[@]}" ; then echo skipping table: ${2}; fi;
if ! containsElement "${2}" "${NODE_SERVICES[@]}" ; then echo "skipping table: ${2}"; fi;
if [ "$(containsElement "${2}" "${NODE_SERVICES[@]}")" = "1" ] && [ "$(containsElement "${2}" "${LOCAL_SERVICES[@]}")" = "1" ]; then
echo -e "${idsCL[Red]}(${2}) is not an allowed service.${idsCL[Default]}"