From 81944e6375f7b12c5eafcf9cdc5d128bca11bde2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 16:03:59 -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 747e9d7a..70b273b8 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/.repl/} + item=${ditem#*~}; item=${item/.repl/} echo "HERE: ${ditem} - ${host} - ${item}" if [[ ${ditem} == *"~"* ]] && [[ ${ditem} == *".repl"* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then