http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12952
--- Comment #5 from Srdjan Jankovic <[email protected]> --- > - 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
