diff options
author | Bill <bill@billserver.senders.io> | 2022-12-31 21:21:07 -0500 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2022-12-31 21:21:07 -0500 |
commit | 65a463de903199be2ca389b467331a66c7851883 (patch) | |
tree | fe66fb8134981e2775fc5a8db87edc786241a726 | |
parent | b5b85066bc8bfa6db6eaa33e3f14c0eaafafe5af (diff) |
Actually publish feed now!
Uncomment out feed publish
-rwxr-xr-x | update-feed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-feed.sh b/update-feed.sh index 2061cd4..5b0785b 100755 --- a/update-feed.sh +++ b/update-feed.sh @@ -73,7 +73,7 @@ cat -s $FILE_RSS_FOOTER >> $FILE_TMP_FEED echo $FILE_TMP_FEED # Publish feed -# cat -s $FILE_TMP_FEED > $FILE_RSS_OUTPUT +cat -s $FILE_TMP_FEED > $FILE_RSS_OUTPUT echo "Finished generating feed" |