Update nodemgmt-scripts.sh

This commit is contained in:
2019-01-29 21:07:30 -06:00
parent f1b5c03d21
commit 32cac97827

View File

@@ -13,6 +13,7 @@ source /opt/idssys/nodemgmt/defaults.inc
case "$1" in
service)
echo "HERE: ${NM_SERVICES[${2}]}"
if [ "${NM_SERVICES[${2}]}" != "" ]; then
echo -e "${idsCL[Red]}(${2}) is not an allowed service.${idsCL[Default]}"
exit 1