From 6a1fa24f84d5ca9313f12b653e9cae9c1440e082 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 14 Oct 2022 23:09:07 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 851ee173..fa6420c5 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1420,8 +1420,9 @@ SERVICE(){ #$NCMD mount -a if [ "${3}" != "q" ]; then IP=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) + echo "IP $IP" for NTYPE in "${NODE_TYPES[@]}"; do - echo "Node type: ${NODE_TYPE}" + echo "Node type: ${NTYPE}" done echo "Node type: ${NODE_TYPE}"