Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user