Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-09 09:55:20 -06:00
parent b4cb1e4674
commit 535ee55215

View File

@@ -782,9 +782,9 @@ DOWNLIST(){
fi
[ "${choice^^}" == "E" ] && break
for (( c=0; c<${#DOWNLIST[@]}; c++ )); do
# echo "HERE1: $c"
echo -e "\033[1A\033[K";
for (( c=0; c<$(echo "scale=1; ${#DOWNLIST[@]}*2" | bc)}; c++ )); do
echo "HERE1: $c"
# echo -e "\033[1A\033[K";
done
# for (( c=1; c<${#DOWNLIST[@]}; c++ )); do
# echo -e "\033[K";