https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16291 --- Comment #2 from Robin Sheat <robin@kallisti.net.nz> --- Created attachment 189899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189899&action=edit Bug 16291: remove /etc/koha/sites/$name on koha-remove --purge-all A purge leaves behind some traces in /etc/koha/sites/$name, which can cause problems because the directory isn't deleted. This deletes the whole shebang when purge is requested. Test plan: 1. With the packages installed, make an instance. 2. Make a file in there, e.g. `# cat hello > /etc/koha/sites/$name/foo.txt` 3. Delete the instance with `koha-remove $name --purge-all` 4. Verify that `/etc/koha/sites/$name no longer exists -- You are receiving this mail because: You are watching all bug changes.