diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e45f54d7..9b52071d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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