From 256ddf793fef65abaa9c8c1420ad447c1f487603 Mon Sep 17 00:00:00 2001 From: Eric Chavaillaz Date: Thu, 11 Jan 2024 09:35:32 +0100 Subject: [PATCH] Fix TYPO3 example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05aea74..1220862 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Every minute, it writes the current time (UTC timezone) to `./time.log`. - Add the following code to run the typo3 scheduler every minute and write to a log file. ```cron - * * * * * cd /var/www/html && IS_DDEV_PROJECT=true vendor/bin/typo3 scheduler:run -vv |& tee -a /var/www/html/scheduler-log.txt +* * * * * cd /var/www/html && IS_DDEV_PROJECT=true vendor/bin/typo3 scheduler:run -vv | tee -a /var/www/html/scheduler-log.txt ``` ### Drupal cron