diff options
author | Case Duckworth | 2022-07-18 07:00:57 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-18 07:00:57 -0500 |
commit | f390682c6ea27fa211255251a3e48826745280b4 (patch) | |
tree | ba30c23cc99fac8692250398c426db6ddf50c59d /runsfeed | |
parent | Path mangling (diff) | |
download | sfeed-f390682c6ea27fa211255251a3e48826745280b4.tar.gz sfeed-f390682c6ea27fa211255251a3e48826745280b4.zip |
Comment out archiving
Diffstat (limited to 'runsfeed')
-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 | ||