From f4601cd910cb857aaa2123f7e4a49cb2435b1de4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Mar 2020 11:08:51 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b6394efc..2b8762b8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1362,6 +1362,8 @@ SERVICE(){ # fi nid=`expr $nid + 1` done + else + echo "${NTYPE} not found" fi done