5 Jun
2020
5 Jun
'20
11:56 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25586 --- Comment #7 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- KOHA_HOME is the place where intranetdir code is placed, I got this with grep:
koha-functions.sh: KOHA_HOME=$(run_safe_xmlstarlet $instancename intranetdir)
So using KOHA_HOME is favourable in my opinion to be able to support installations with different installation paths. The user should be able to change only the paths in koha-conf.xml and stuff should work, now without this variable things don't work so the original patch should be extended to include also koha-plack and maybe other scripts. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.