| 144 | | * Consider output to an (even empty) file a good practice allowing to check last time the command has been executed. |
| 145 | | {{{#!application/x-shellscript ... &> cron/results/<file>}}} |
| 146 | | This is because some subtle errors may prevent execution of cron commands, eg. see #11534 |
| | 144 | * Consider output to an (even empty) file a good practice allowing to check last time the command has been executed. This is because some subtle errors may prevent execution of cron commands, eg. see #11534 |
| | 145 | {{{#!application/x-shellscript |
| | 146 | ... &> cron/results/<file> |
| | 147 | }}} |