Update Install.md

This commit is contained in:
Alex Lushpai 2014-09-01 15:08:51 +04:00
parent 44258050eb
commit c7706eb6ad

View File

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