From 59a07020e8a18a9e53356a57a875e5a2dfc81e77 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 18 Jul 2020 01:53:34 +0000 Subject: [PATCH] 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 --- misc/cronjobs/update_patrons_category.pl | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 misc/cronjobs/update_patrons_category.pl diff --git a/misc/cronjobs/update_patrons_category.pl b/misc/cronjobs/update_patrons_category.pl old mode 100644 new mode 100755 -- 2.11.0