This website requires JavaScript.
Explore
Help
Sign In
hoellen
/
dockerfiles
Watch
1
Star
0
Fork
0
mirror of
https://github.com/hoellen/dockerfiles.git
synced
2026-07-17 03:38:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
88ac35c10b277c3ba885bfd6df82c8616e87b436
dockerfiles
/
freshrss
/
rootfs
/
etc
/
s6.d
/
cron
/
run
T
7 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
freshrss: add automatic feed update
2017-06-06 03:24:05 +02:00
#!/bin/sh
while
true
;
do
php -f /freshrss/app/actualize_script.php
sleep <CRON_PERIOD>
done
Reference in New Issue
Copy Permalink