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 ```