about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-23 22:53:27 -0500
committerCase Duckworth2022-07-23 22:53:27 -0500
commitaf282231d0fcb57b22f1b3944856779074e9d91a (patch)
tree5e28cfa9cdb16c862c154b3b3f866552c397b06c
parentRefactor (diff)
downloadsfeed-af282231d0fcb57b22f1b3944856779074e9d91a.tar.gz
sfeed-af282231d0fcb57b22f1b3944856779074e9d91a.zip
Properly build the full feed
-rwxr-xr-xrunsfeed2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsfeed b/runsfeed index 1c719e9..48f118d 100755 --- a/runsfeed +++ b/runsfeed
@@ -36,7 +36,7 @@ main() {
36 logok "Generating HTML" '{ 36 logok "Generating HTML" '{
37 html "$sfeedpath"/* >/tmp/sfeed-index.html && 37 html "$sfeedpath"/* >/tmp/sfeed-index.html &&
38 mv /tmp/sfeed-index.html "$SFEED_OUTPUT/index.html"; 38 mv /tmp/sfeed-index.html "$SFEED_OUTPUT/index.html";
39 LIMIT=0 html "$sfeedpath"/* >/tmp/sfeed-feeds.html && 39 html -v LIMIT=-1 "$sfeedpath"/* >/tmp/sfeed-feeds.html &&
40 mv /tmp/sfeed-feeds.html "$SFEED_OUTPUT/feeds.html"; 40 mv /tmp/sfeed-feeds.html "$SFEED_OUTPUT/feeds.html";
41 }' 41 }'
42 logok "Generating RSS" '{ 42 logok "Generating RSS" '{