Update nodemgmt-scripts.sh
This commit is contained in:
@@ -782,7 +782,7 @@ DOWNLIST(){
|
||||
fi
|
||||
[ "${choice^^}" == "E" ] && break
|
||||
|
||||
for (( c=0; c<$(echo "scale=1; ${#DOWNLIST[@]}*2" | bc)}; c++ )); do
|
||||
for (( c=0; c<$(echo "scale=1; ${#DOWNLIST[@]}*2" | bc); c++ )); do
|
||||
echo "HERE1: $c"
|
||||
# echo -e "\033[1A\033[K";
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user