README.md updated. crontab commands updated.
This commit is contained in:
parent
1099199ac5
commit
9c2996cde7
|
@ -52,5 +52,6 @@ crontab -e
|
||||||
```crontab
|
```crontab
|
||||||
# point.skobk.in
|
# point.skobk.in
|
||||||
*/10 * * * * /usr/bin/php /path/to/point-tools/app/console point:update:subscriptions --env=prod
|
*/10 * * * * /usr/bin/php /path/to/point-tools/app/console point:update:subscriptions --env=prod
|
||||||
|
0 0 * * * /usr/bin/php /path/to/point-tools/app/console point:update:subscriptions --all-users --env=prod
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue