From 2804bf4000e25a7080aaa388e5e8981c6502f901 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 18 Aug 2021 07:32:59 -0400 Subject: [PATCH] Bug 28872: (QA follow-up) Update printed messaged, fix file permissions --- .../data/mysql/atomicupdate/bug_28872_update_log_values.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl diff --git a/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl b/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl old mode 100644 new mode 100755 index 4ee8b75e3e..cdae98e847 --- a/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl +++ b/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl @@ -11,6 +11,6 @@ use Modern::Perl; $dbh->do(q{update systempreferences set value=0 where variable in ('AcquisitionLog', 'NewsLog', 'NoticesLog') and value='off'}); # Print useful stuff here - say $out "Update is going well so far"; + say $out "Fixed values for system preferences AcquisitionLog, NewsLog, and NoticesLog"; }, } -- 2.30.1 (Apple Git-130)