Skip to content

Commit

Permalink
Make sure we reset cursor when cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Aug 9, 2017
1 parent 597770a commit d5c7689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ run_ok () {
echo "Made it here...why?" >> ${RUN_LOG}
kill $spinpid 2>/dev/null
rm -rf ${SPINNER_DONEFILE} 2>/dev/null 2>&1
tput cnorm
fi
# Log what we were supposed to be running
printf "${msg}: " >> ${RUN_LOG}
Expand Down

0 comments on commit d5c7689

Please sign in to comment.