diff options
-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 |