Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-09 09:06:48 -06:00
parent 5ef5d20acc
commit fcf5e9f251

View File

@@ -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}"