Bug 13377: mark automatic_renewals.pl as executable
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 3 Dec 2014 03:28:10 +0000 (16:28 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Dec 2014 19:50:42 +0000 (08:50 +1300)
commit4f7952c6042a6fc31e8ac3f4604205d4ac18ead6
tree5a383b00eb7bc369552f1bac2d31d52930f261c2
parent5e51a4cb4d217192c84f89fd77c54169dd713a89
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.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit a8c975d951694a80b73cd1f66e9a9095db2f484d)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
misc/cronjobs/automatic_renewals.pl [changed mode: 0644->0755]