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)
committerAleisha Amohia <aleishaamohia@hotmail.com>
Sun, 16 Aug 2020 23:13:25 +0000 (11:13 +1200)
commite71e38bb645413a7664acb9ab4eab45c9969856b
treed29a48f838f9f5d6323ed396da84e2ad9036d198
parentdc6bd27e2f466ea36aca846daad784546c2fdd61
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>
(cherry picked from commit 74354d414467e4cba61a1114bc777ad37174ae8b)

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
misc/cronjobs/update_patrons_category.pl [changed mode: 0644->0755]