Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 21:17:45 -06:00
parent cbbf2f160a
commit 60a0bb7d79

View File

@@ -759,8 +759,15 @@ DOWNLIST(){
DIVIDER false darkGray 90
((is++))
done
echo
if [ "${1}" == "ignore" ]; then
echo -en "${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}"
read -n 1 choice
echo "HERE: ${DOWN_LIST[${choice}]}"
fi
fi
echo
if [ -z $action ] || [ "${action}" = "gui" ]; then
DIVIDER true
ENTER2CONTINUE