https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39802 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #7 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Andrew Fuerste-Henry from comment #6)
In testing just now, the cron did not appear to respect this system
- perl misc/cronjobs/longoverdue.pl -l 7=2 -c --library CPL
The -c flag takes a value, so the library param here is not being read correctly, it should work like: perl misc/cronjobs/longoverdue.pl -l 7=2 -c 2 --library CPL -- You are receiving this mail because: You are watching all bug changes.