7 lines
83 B
Plaintext
Raw Normal View History

2016-11-25 18:19:08 +00:00
#!/bin/sh
while true; do
php7 -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done