From 18f232aa3c040a1c5775739f4dc6324124ed3743 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Sun, 6 May 2018 23:29:21 -0500 Subject: [PATCH] Line feed when killing...maybe good? --- slib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/slib.sh b/slib.sh index 7265e06..86c4692 100644 --- a/slib.sh +++ b/slib.sh @@ -332,6 +332,7 @@ run_ok () { rm -rf ${SPINNER_DONEFILE} 2>/dev/null 2>&1 tput rc tput cnorm + echo fi # Log what we were supposed to be running printf "${msg}: " >> ${RUN_LOG}