diff options
-rwxr-xr-x | runsfeed | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runsfeed b/runsfeed index 2296736..7bafcc0 100755 --- a/runsfeed +++ b/runsfeed | |||
@@ -31,8 +31,8 @@ main() { | |||
31 | atom "$sfeedpath" 7 >"$SFEED_OUTPUT/feeds-short.xml" | 31 | atom "$sfeedpath" 7 >"$SFEED_OUTPUT/feeds-short.xml" |
32 | log Generating OPML... | 32 | log Generating OPML... |
33 | opml "$sfeedrc" >"$SFEED_OUTPUT/feeds.opml" | 33 | opml "$sfeedrc" >"$SFEED_OUTPUT/feeds.opml" |
34 | log Archiving old feeds... | 34 | # log Archiving old feeds... |
35 | archive "$sfeedpath"/* | 35 | # archive "$sfeedpath"/* |
36 | log Done. | 36 | log Done. |
37 | } | 37 | } |
38 | 38 | ||