From 24302f747b69920330afb5ad1ce944c2753b0145 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Nov 2023 23:19:10 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b5ac9b67..5a24955e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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