From abfc0e2ac7620384c4bed3e08892de54a16304f7 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Wed, 3 Dec 2014 16:28:10 +1300 Subject: [PATCH] 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. --- misc/cronjobs/automatic_renewals.pl | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 misc/cronjobs/automatic_renewals.pl diff --git a/misc/cronjobs/automatic_renewals.pl b/misc/cronjobs/automatic_renewals.pl old mode 100644 new mode 100755 -- 1.9.1