https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31180 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com, | |martin.renvoize@ptfs-europe | |.com, | |paul.derscheid@lmscloud.de --- Comment #5 from David Cook <dcook@prosentient.com.au> --- If we use a fixup script in an automated fashion, we'll need to definitely determine the permissions of the koha-conf.xml file. As I mentioned on bug 31059, I've noticed in some cases koha-conf.xml owned by the Koha instance and in some cases owned by root. This is important because if it's owned by root, it means running "koha-shell kohadev -c "perl updateconfig.pl" isn't going to work. Maybe we just assume that we need to use root to update the config files, and keep that in mind for a /usr/sbin/koha-upgrade-config script (which would invoke the real updateconfig.pl script in the right context). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.