Nextcloud 12.0.0

This commit is contained in:
Wonderfall
2017-05-22 19:24:55 +02:00
parent 461214117d
commit 14ab668a89
10 changed files with 7 additions and 7 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
while true; do
php -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done