From f4428177bafdc8f98b2be291495e1b920afbf30e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 09:55:39 -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 47235a1c..fd0ed694 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -83,7 +83,7 @@ case "$1" in update) echo -en "\e[1A"; - echo -e "${idsCL[Green]} Updates Completed${idsCL[Default]}" + echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}" echo "" exit 0;;