mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
while true; do
|
||
|
php -f /freshrss/app/actualize_script.php
|
||
|
sleep <CRON_PERIOD>
|
||
|
done
|