Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-09 09:56:35 -06:00
parent 668d3a74eb
commit b7c5209b6e

View File

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