From 4b1bfa2d045a877c561f3f69f1ffcd37694223a1 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. --- 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