Skip to content

Commit 81bc7e7

Browse files
author
Gaetano Giunta
committed
- fix issue #014979: ezpublish.cron gives bad syntax example (merge from stable/4.1.3 rev. 23624)
git-svn-id: file:///home/patrick.allaert/svn-git/ezp-repo/ezpublish/trunk@23626 a01eee8c-daba-0310-acae-fa49f3023285
1 parent 260c370 commit 81bc7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ezpublish.cron

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ PHP=/usr/local/bin/php
1010

1111
# Instruct cron to run the "infrequent" set of cronjobs
1212
# at 5:20am every Monday
13-
20 5 * * 1 cd $EZPUBLISHROOT && $PHP runcronjobs.php infrequent -q 2>&1
13+
20 5 * * 1 cd $EZPUBLISHROOT && $PHP runcronjobs.php -q infrequent 2>&1
1414

1515
# Instruct cron to run the "frequent" set of cronjobs
1616
# every 15 minutes
17-
0,15,30,45 * * * * cd $EZPUBLISHROOT && $PHP runcronjobs.php frequent -q 2>&1
17+
0,15,30,45 * * * * cd $EZPUBLISHROOT && $PHP runcronjobs.php -q frequent 2>&1

0 commit comments

Comments
 (0)