1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-06 12:19:17 +00:00

7 lines
83 B
Plaintext
Raw Normal View History

2016-09-23 00:50:39 +02:00
#!/bin/sh
while true; do
php7 -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done