nextcloud: add daily build

This commit is contained in:
Wonderfall
2016-07-01 12:11:22 +02:00
parent 13ec307c75
commit 9c9a7388a3
17 changed files with 241 additions and 5 deletions

2
nextcloud/daily/cron Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
su - nextcloud -c "php7 -f /nextcloud/cron.php" > /dev/null 2>&1