diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-06-16 23:26:01 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-06-16 23:26:01 -0400 |
commit | 3954b2ad043d3a63dbfea39530077b90452f5db5 (patch) | |
tree | 64e66fb3276b2496e902c52615d020f4ed58b387 | |
parent | e7926ccff60a4b008359c980f9e01d6994ec97af (diff) | |
download | clinte-3954b2ad043d3a63dbfea39530077b90452f5db5.tar.gz |
added extra newline after new message notification
-rwxr-xr-x | check_new_clinte_posts.sh | 2 |
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 |