Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-09 09:48:04 -06:00
parent b0445fd07b
commit 28818c7fc8

View File

@@ -783,6 +783,7 @@ DOWNLIST(){
[ "${choice^^}" == "E" ] && break
for (( c=0; c<${#DOWNLIST[@]}; c++ )); do
echo "HERE1: $c"
echo -e "\033[1A";
done
for (( c=1; c<${#DOWNLIST[@]}; c++ )); do