about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-18 07:00:57 -0500
committerCase Duckworth2022-07-18 07:00:57 -0500
commitf390682c6ea27fa211255251a3e48826745280b4 (patch)
treeba30c23cc99fac8692250398c426db6ddf50c59d
parentPath mangling (diff)
downloadsfeed-f390682c6ea27fa211255251a3e48826745280b4.tar.gz
sfeed-f390682c6ea27fa211255251a3e48826745280b4.zip
Comment out archiving
-rwxr-xr-xrunsfeed4
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