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;;