http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13377
Robin Sheat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34082|0 |1 is obsolete| | --- Comment #6 from Robin Sheat <[email protected]> --- Created attachment 34083 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34083&action=edit Bug 13377: mark automatic_renewals.pl as executable This script is called by a cron job, but was never marked as executable, so will error every time it's called, which is no good. This also adds an appropriate #! line to the top of the file. To test: * apply the patch * make a package * ensure that the installed /usr/share/koha/bin/cronjobs/automatic_renewals.pl is mode 755 and does something when run. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
