From c7706eb6ad35e293e664424ba1eeb91a9def4ef8 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Mon, 1 Sep 2014 15:08:51 +0400 Subject: [PATCH] Update Install.md --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Install.md b/doc/Install.md index 723b960..be52b1f 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -68,5 +68,5 @@ Add this lines into: Setup cron job for exchange between CRM & your shop ``` -*/5 * * * * /usr/bin/php /path/to/opencart/cli/cli_export.php >> /path/to/opencart/system/logs/cronjob_history.log 2>&1 +*/5 * * * * /usr/bin/php /path/to/opencart/cli/cli_history.php >> /path/to/opencart/system/logs/cronjob_history.log 2>&1 ```