about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-06-16 23:26:01 -0400
committerBen Morrison <ben@gbmor.dev>2020-06-16 23:26:01 -0400
commit3954b2ad043d3a63dbfea39530077b90452f5db5 (patch)
tree64e66fb3276b2496e902c52615d020f4ed58b387
parente7926ccff60a4b008359c980f9e01d6994ec97af (diff)
downloadclinte-3954b2ad043d3a63dbfea39530077b90452f5db5.tar.gz
added extra newline after new message notification
-rwxr-xr-xcheck_new_clinte_posts.sh2
1 files changed, 1 insertions, 1 deletions
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