Commit 02b31fdc authored by dave%intrec.com's avatar dave%intrec.com

Fix for bug 71510: permissions not set correctly on graphs directory

parent 9d8a61ca
...@@ -543,7 +543,7 @@ if ($my_webservergroup) { ...@@ -543,7 +543,7 @@ if ($my_webservergroup) {
} }
# make sure that contrib keeps the permissions it had (don't touch it) # make sure that contrib keeps the permissions it had (don't touch it)
chmod 0770, 'data', 'shadow'; chmod 0770, 'data', 'shadow', 'graphs';
chmod 0666, glob('data/*'); chmod 0666, glob('data/*');
chmod 0777, glob('data/*/'); # directories stay executable chmod 0777, glob('data/*/'); # directories stay executable
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment