Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-09 09:07:56 -06:00
parent fcf5e9f251
commit 14e5b97668

View File

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