From e657efb7e41572b3529812f5a0e7bf7131b025d2 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 16 Sep 2016 17:41:03 +0200 Subject: [PATCH] nextcloud: fix cron --- nextcloud/10.0/cron | 2 +- nextcloud/9.0/cron | 2 +- nextcloud/daily/cron | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nextcloud/10.0/cron b/nextcloud/10.0/cron index b6b0427..509a531 100644 --- a/nextcloud/10.0/cron +++ b/nextcloud/10.0/cron @@ -1,2 +1,2 @@ #!/bin/sh -php7 -f /nextcloud/cron.php" > /dev/null 2>&1 +php7 -f /nextcloud/cron.php > /dev/null 2>&1 diff --git a/nextcloud/9.0/cron b/nextcloud/9.0/cron index b6b0427..509a531 100644 --- a/nextcloud/9.0/cron +++ b/nextcloud/9.0/cron @@ -1,2 +1,2 @@ #!/bin/sh -php7 -f /nextcloud/cron.php" > /dev/null 2>&1 +php7 -f /nextcloud/cron.php > /dev/null 2>&1 diff --git a/nextcloud/daily/cron b/nextcloud/daily/cron index b6b0427..509a531 100644 --- a/nextcloud/daily/cron +++ b/nextcloud/daily/cron @@ -1,2 +1,2 @@ #!/bin/sh -php7 -f /nextcloud/cron.php" > /dev/null 2>&1 +php7 -f /nextcloud/cron.php > /dev/null 2>&1