about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-20 12:02:48 -0500
committerCase Duckworth2022-07-20 12:02:48 -0500
commit9639dd6ecd517753ce99c87afa721817a7df9e5c (patch)
treefa69d84320fd4ae0e31ba77c3b95ef1f6563b4c9
parentAdd twtxt (diff)
downloadsfeed-9639dd6ecd517753ce99c87afa721817a7df9e5c.tar.gz
sfeed-9639dd6ecd517753ce99c87afa721817a7df9e5c.zip
Fix twtxt
-rwxr-xr-xrunsfeed2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsfeed b/runsfeed index 481acc0..07df1e5 100755 --- a/runsfeed +++ b/runsfeed
@@ -50,7 +50,7 @@ main() {
50 mv /tmp/feeds.opml "$SFEED_OUTPUT/feeds.opml"; 50 mv /tmp/feeds.opml "$SFEED_OUTPUT/feeds.opml";
51 }' 51 }'
52 logok "Generating twtxt" '{ 52 logok "Generating twtxt" '{
53 twtxt "$sfeedrc" >/tmp/feeds.txt && 53 twtxt "$sfeedpath"/* >/tmp/feeds.txt &&
54 mv /tmp/feeds.txt "$SFEED_OUTPUT/feeds.txt"; 54 mv /tmp/feeds.txt "$SFEED_OUTPUT/feeds.txt";
55 }' 55 }'
56 # logok "Archiving old feeds" \ 56 # logok "Archiving old feeds" \