diff options
Diffstat (limited to '.local/bin/cron/newsup')
| -rwxr-xr-x | .local/bin/cron/newsup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/cron/newsup b/.local/bin/cron/newsup index 94cfd87..29f2b3c 100755 --- a/.local/bin/cron/newsup +++ b/.local/bin/cron/newsup @@ -3,7 +3,7 @@ # Set as a cron job to check for new RSS entries for newsboat. # If newsboat is open, sends it an "R" key to refresh. -ping -q -c 1 1.1.1.1 > /dev/null || exit +ping -q -c 1 example.org > /dev/null || exit /usr/bin/notify-send "📰 Updating RSS feeds..." |
