Martijn Gastkemper
97127d1a2a
Replace run('which xxx') by locateBinaryPath('xxx') ( #2276 )
...
`which` isn't POSIX compatible, `command -v` is. `locateBinaryPath` uses
the latter.
2020-11-08 09:29:38 +01:00
Martijn Gastkemper
ff1a955806
Add docs to crontab.php ( #2259 )
2020-10-31 20:40:36 +01:00
Martijn Gastkemper
dc3c024706
Let PHPStan analyze recipe and contrib folder ( #2258 )
...
* Let PHPStan analyze recipe and contrib folder
* Update docs
2020-10-31 20:39:55 +01:00
Martijn Gastkemper
7d18c46f2b
Add config var parsing support to crontab jobs ( #2257 )
2020-10-30 23:41:04 +01:00
Martijn Gastkemper
aec6917349
Remove root dependency from crontab empty check ( #2256 )
...
Some OS's need root permissions to access /var/spool/cron and this check
doesn't work on Debian and Ubuntu because the path is
/var/spool/cron/crontab.
2020-10-30 23:39:19 +01:00
Anton Medvedev
47a193f9af
Add docgen
2020-10-02 01:11:13 +03:00
Sergey Asafov
39e5fbda61
Crontab recipe ( #2089 )
...
* First version
* Changelog
Co-authored-by: Evilcoder <i@evilcoder.me>
2020-06-13 12:58:22 +03:00