diff --git a/doc/Install.md b/doc/Install.md index a919a96..a0a77d7 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -27,7 +27,7 @@ Go to Modules -> Intstall module. Before running exchange you must configure mod Setup cron job for periodically catalog export ``` -0 */12 0 0 0 /usr/bin/php /path/to/opencart/instance/cli/cli_export.php >> /path/to/opencart/instance/system/logs/cronjob_export.log 2>&1 +0 */12 0 0 0 /usr/bin/php /path/to/opencart/cli/cli_export.php >> /path/to/opencart/system/logs/cronjob_export.log 2>&1 ``` ### Exchange setup @@ -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/instance/cli/cli_export.php >> /path/to/opencart/instance/system/logs/cronjob_history.log 2>&1 -``` \ No newline at end of file +*/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 +```