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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 7 Aug 2020 14:54:40 +0000 (16:54 +0200)
commite7661a37e657141b994d74398dd8e1b96d1da117
tree045e26da7a27984d34c276d83bc52dfeee3b8cad
parentd08ce1d9406feca7bc7e5ab0be58efea94c7a2e5
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>
misc/cronjobs/update_patrons_category.pl [changed mode: 0644->0755]