Update nodemgmt-scripts.sh

This commit is contained in:
2025-05-30 17:36:43 -05:00
parent 4d675e05e1
commit cf023a7260

View File

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