Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Aug 9, 2017
1 parent 11724ea commit 597770a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ run_ok () {
if [ ! -z "$pidcheck" ]; then
echo "Made it here...why?" >> ${RUN_LOG}
kill $spinpid 2>/dev/null
rm -rf ${SPINNER_DONEFILE} 2>dev/null 2>&1
rm -rf ${SPINNER_DONEFILE} 2>/dev/null 2>&1
fi
# Log what we were supposed to be running
printf "${msg}: " >> ${RUN_LOG}
Expand Down

0 comments on commit 597770a

Please sign in to comment.