Update nodemgmt-scripts.sh
This commit is contained in:
@@ -762,9 +762,13 @@ DOWNLIST(){
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
if [ "${1}" == "ignore" ]; then
|
if [ "${1}" == "ignore" ]; then
|
||||||
|
IFS=$'\n'
|
||||||
|
read -rd '' -a DOWNLIST <<<"${DOWN_LIST}"
|
||||||
|
unset IFS
|
||||||
|
|
||||||
echo -en "${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}"
|
echo -en "${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}"
|
||||||
read -n 1 choice
|
read -n 1 choice
|
||||||
echo "HERE: ${DOWN_LIST[${choice}]}"
|
echo "HERE: ${DOWNLIST[${choice}]}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user