Bug 25853: Fix file permissions for update_patrons_category script
authorKatrin Fischer <katrin.fischer.83@web.de>
Sat, 18 Jul 2020 01:53:34 +0000 (01:53 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 14 Aug 2020 22:21:06 +0000 (22:21 +0000)
commit74354d414467e4cba61a1114bc777ad37174ae8b
treed5d4dcf1c3223914e2e192a1a47811262a0eb153
parent877cc214f0be2aa7df5a066f34ef543db8e72ab2
Bug 25853: Fix file permissions for update_patrons_category script

The permissions for this were -rw-r--r-- and need to be -rwxr-xr-x.

To test:
- Verify the file permissions before and after applying the patch.

Signed-off-by: Didier Gautheron <didier.gautheron@biblibre.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit e7661a37e657141b994d74398dd8e1b96d1da117)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
misc/cronjobs/update_patrons_category.pl [changed mode: 0644->0755]