nextcloud: add testing fix for #130

This commit is contained in:
Wonderfall
2017-02-23 00:40:01 +01:00
parent 01251821b5
commit 40b9ac7dc7
12 changed files with 431 additions and 0 deletions

View File

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