https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16291 --- Comment #3 from David Nind <david@davidnind.com> --- Created attachment 190041 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190041&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 Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.