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

This commit is contained in:
dave%intrec.com 2001-03-09 23:19:51 +00:00
Родитель 9edc4a4e2a
Коммит b7399b8a39
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -543,7 +543,7 @@ if ($my_webservergroup) {
}
# 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 0777, glob('data/*/'); # directories stay executable
}