Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 21:19:35 -06:00
parent 60a0bb7d79
commit f1e26a5049

View File

@@ -762,9 +762,13 @@ DOWNLIST(){
echo
if [ "${1}" == "ignore" ]; then
IFS=$'\n'
read -rd '' -a DOWNLIST <<<"${DOWN_LIST}"
unset IFS
echo -en "${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}"
read -n 1 choice
echo "HERE: ${DOWN_LIST[${choice}]}"
echo "HERE: ${DOWNLIST[${choice}]}"
fi
fi