From 52fc28c6261036d9992ce16c07b85906332e6976 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 18 Jul 2018 17:46:00 -0400 Subject: [PATCH] minor fix --- lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb b/lb index f8d7258..c5fed66 100755 --- a/lb +++ b/lb @@ -43,7 +43,7 @@ finalize() { \ rssdate=$(date '+%a, %d %b %Y %H:%M:%S %z') webdate=$(date '+%a, %d %b %Y %H:%M:%S %z') tmpdir=$(mktemp -d) - echo -e "\n\n$title\n$website$blogfile#$url\n$rssdate\n\n\n"> $tmpdir/rss.xml + echo -e "\n\n$title\n$website$blogfile#$url\n$rssdate\n\n\n"> $tmpdir/rss.xml echo -e "\n
\n$(cat $dir/blog/.drafts/$chosen)\n$webdate\n
\n" > $tmpdir/html.html sed -i "//r $tmpdir/html.html" $blogfile sed -i "//r $tmpdir/rss.xml" $rssfile