mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-21 04:49:18 +00:00
7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
while true; do
|
||
|
php7 -f /nextcloud/cron.php
|
||
|
sleep <CRON_PERIOD>
|
||
|
done
|