http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14106 --- Comment #1 from Robin Sheat <robin@catalyst.net.nz> --- Created attachment 39356 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39356&action=edit Bug 14106: koha-start-zebra ensures a correct link exists When koha-start-zebra starts, it first checks to see if there is a symlink (/var/lib/koha/zebramodules) pointing to the location that contains the zebra modules. If not, it makes one. It will also remove and replace incorrect ones. Testing: * Run koha-start-zebra, see that /var/lib/koha/zebramodules exists and points to whatever directory contains your zebra modules. * Run koha-start-zebra, see that nothing has changed * Delete the symlink, run koha-start-zebra, see that it puts it back, * Make a new symlink that points to the wrong place, run koha-start-zebra, see that it replaces it with a correct one. -- You are receiving this mail because: You are watching all bug changes.