https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16291

--- Comment #3 from David Nind <[email protected]> ---
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 <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to