Update nodemgmt-scripts.sh

This commit is contained in:
2025-05-30 17:39:29 -05:00
parent 5892c88807
commit 555e2e4756

View File

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