mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
nextcloud: add armhf support
This commit is contained in:
6
nextcloud/daily-armhf/s6.d/cron/run
Normal file
6
nextcloud/daily-armhf/s6.d/cron/run
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
php7 -f /nextcloud/cron.php
|
||||
sleep <CRON_PERIOD>
|
||||
done
|
Reference in New Issue
Block a user