From fcf5e9f251f991f668655282053212aa5460f1be Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 Nov 2023 09:06:48 -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 7c120b9f..6e165d43 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -782,7 +782,7 @@ DOWNLIST(){ fi [ "${choice^^}" == "E" ] && break - mrow="\033[`${#DOWNLIST[@]}`A" + mrow="\033[${#DOWNLIST[@]}A" echo -e "${mrow}" for (( c=1; c<${#DOWNLIST[@]}; c++ )); do echo -e "\033[K"; done echo -e "${mrow}"