Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 23:19:10 -06:00
parent 69f5be17b5
commit 24302f747b

View File

@@ -775,7 +775,7 @@ DOWNLIST(){
done
if [ "${1}" == "ignore" ]; then
echo -en "\n${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}"
echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}"
read -n 1 choice
[ "${choice^^}" == "D" ] && break