diff --git a/Базовая-информация.md b/Базовая-информация.md index 3f0dba0..032f3c1 100644 --- a/Базовая-информация.md +++ b/Базовая-информация.md @@ -33,8 +33,8 @@ php app.php */5 * * * * /path/to/php /path/to/retailcrm/app.php -e orders -l */25 * * * * /path/to/php /path/to/retailcrm/app.php -e customers -l */15 * * * * /path/to/php /path/to/retailcrm/app.php -e history -* */6 * * * /path/to/php /path/to/retailcrm/app.php -e icml -* 3 * * * /path/to/php /path/to/retailcrm/app.php -e references -r delivery-types +0 */6 * * * /path/to/php /path/to/retailcrm/app.php -e icml +0 3 * * * /path/to/php /path/to/retailcrm/app.php -e references -r delivery-types */5 * * * * /path/to/php /path/to/retailcrm/app.php -e mail -m mail@example.com ``` @@ -43,5 +43,5 @@ php app.php ```bash */5 * * * * /path/to/php -c /path/to/php.ini /path/to/retailcrm/app.php -e orders -l */15 * * * * /path/to/php -c /path/to/php.ini /path/to/retailcrm/app.php -e history -h orders -* */6 * * * /path/to/php -c /path/to/php.ini /path/to/retailcrm/app.php -e icml +0 */6 * * * /path/to/php -c /path/to/php.ini /path/to/retailcrm/app.php -e icml ``` \ No newline at end of file