From d5c7689e581637cc7c96d5c4ad25188de6b59ebe Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Wed, 9 Aug 2017 05:53:54 -0500 Subject: [PATCH] Make sure we reset cursor when cleaning up --- slib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/slib.sh b/slib.sh index 7457869..e0ce6fb 100644 --- a/slib.sh +++ b/slib.sh @@ -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}