From 2d4ddec15649916f444cade2408f25a788592d54 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 16:03:37 -0600 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 adc3f626..747e9d7a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -648,7 +648,7 @@ DOWNLIST(){ ditem=${downitem##*/} ditem=${ditem//.down} host=${ditem%%~*} - item=${ditem#*~} + item=${ditem#*~}; item=${ditem/.repl/} echo "HERE: ${ditem} - ${host} - ${item}" if [[ ${ditem} == *"~"* ]] && [[ ${ditem} == *".repl"* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then