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