Skip to content

Commit

Permalink
v4.0.2 (#140)
Browse files Browse the repository at this point in the history
Minor updates
* Switch actualize script to nu
  • Loading branch information
bfren authored Jan 29, 2024
1 parent a135787 commit 39de698
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.0.2
4 changes: 2 additions & 2 deletions overlay/etc/periodic/15min/fr-cron
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail


#======================================================================================================================
# Call freshrss-refresh executable
# Call fr-actualize executable
#======================================================================================================================

fr-cron
fr-actualize
10 changes: 10 additions & 0 deletions overlay/usr/bin/bf/fr-actualize
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/nu

use bf
bf env load -x

# Call FreshRSS actualize script.
def main [] {
bf write debug "Actualizing FreshRSS feeds."
^php $"(bf env FR_SRC)/app/actualize_script.php"
}
11 changes: 0 additions & 11 deletions overlay/usr/bin/bf/fr-cron

This file was deleted.

0 comments on commit 39de698

Please sign in to comment.