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