From 0b5d51a9874dabeb69a5bb8cc4225626b5d178b4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 18:15:32 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index dc636269..06d972f5 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -779,8 +779,8 @@ RUN_COMMAND(){ esac shift done - echo "NODETYPE= ${nodetype}" - echo "RUNCMD= ${RUNCMD}" + echo "NODETYPE= '${nodetype}'" + echo "RUNCMD= '${RUNCMD}'" # for NTYPE in "${NM_NODE_TYPES[@]}"; do # echo -e "${idsST[Bold]}"; DIVIDER