about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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" \