1 Sep
2015
1 Sep
'15
7:49 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12952 --- Comment #5 from Srdjan Jankovic <srdjan@catalyst.net.nz> ---
- chown "$username:$username" "/var/log/koha/$name" + chown "$username:adm" "/var/log/koha/$name"
The last line should not have the group adm but $username instead.
This is because in case of a multi-site installation we may want to have an external process to be able to access all individual site logs. Without a common group it makes it hard to manage. -- You are receiving this mail because: You are watching all bug changes.