You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/10/24 22:52:43 UTC

[whimsy] branch master updated: Ensure log files are readable

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 06acd3d  Ensure log files are readable
06acd3d is described below

commit 06acd3df1f2b2c8637f48cba3d381eeded2ef295
Author: Sebb <se...@apache.org>
AuthorDate: Sat Oct 24 23:49:11 2020 +0100

    Ensure log files are readable
---
 Rakefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Rakefile b/Rakefile
index c74edf2..4fe359d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -427,6 +427,8 @@ namespace :docker do
       if mode & 7 != 5
         chmod 0755, '/var/log/apache2'
       end
+      # ensure log files are readable
+      sh 'chmod 0644 /var/log/apache2/*.log'
     rescue
     end