From 5379f1d4ecb50c9c468a3fd3d4133a8f21e00158 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Jul 2022 14:30:34 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index dc711554..198e7026 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1761,7 +1761,7 @@ RUN_COMMAND(){ echo "${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}" for NTYPE in "${NODE_TYPES[@]}"; do echo -e "${idsST[Bold]}"; DIVIDER - echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Nodes to run command { `${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}` }${idsCL[Default]}" + echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Nodes to run command { \`${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}\` }${idsCL[Default]}" DIVIDER; echo -e "${idsST[Reset]}" nid=1