From ec188948096d32a60de919dc6863e89ae1174714 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 19 Aug 2014 23:56:04 +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 a0a77d7..47b0c22 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -70,5 +70,5 @@ protected function crmOrderAction($order, $order_id, $action=null) Setup cron job for exchange between CRM & your shop ``` -*/5 0 0 0 0 /usr/bin/php /path/to/opencart/cli/cli_export.php >> /path/to/opencart/system/logs/cronjob_history.log 2>&1 +*/5 0 0 0 0 /usr/bin/php /path/to/opencart/cli/cli_history.php >> /path/to/opencart/system/logs/cronjob_history.log 2>&1 ```