nextcloud: fix crond again

This commit is contained in:
Wonderfall
2016-09-16 22:08:53 +02:00
parent e657efb7e4
commit ce3e874965
7 changed files with 6 additions and 5 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
php7 -f /nextcloud/cron.php > /dev/null 2>&1
su-exec $UID:$GID php7 -f /nextcloud/cron.php > /dev/null 2>&1