Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-09 09:59:45 -06:00
parent 8dd13ecc2d
commit 4e6354a6a3

View File

@@ -782,7 +782,8 @@ DOWNLIST(){
fi
[ "${choice^^}" == "E" ] && break
mrow="\033[`echo "scale=1; ${#DOWNLIST[@]}*2" | bc)`A"
mrow="\033[$(echo "scale=1; ${#DOWNLIST[@]}*2" | bc)A"
echo -e "${mrow}"
for (( c=1; c<$(echo "scale=1; ${#DOWNLIST[@]}*2" | bc); c++ )); do