From 3954b2ad043d3a63dbfea39530077b90452f5db5 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Tue, 16 Jun 2020 23:26:01 -0400 Subject: added extra newline after new message notification --- check_new_clinte_posts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_new_clinte_posts.sh b/check_new_clinte_posts.sh index 658d3be..806c6c7 100755 --- a/check_new_clinte_posts.sh +++ b/check_new_clinte_posts.sh @@ -8,5 +8,5 @@ DBFILE_HASH=$(sha256sum "$DBFILE" | cut -d' ' -f1) if [ "$LOCAL_HASH" != "$DBFILE_HASH" ] then - printf "%s\n" "New posts on clinte!" + printf "%s\n\n" "New posts on clinte!" fi \ No newline at end of file -- cgit 1.4.1-2-gfad0