https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42861 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #6 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Simple patch. Tested in KTD like: ```shell sudo koha-create --request-db test sudo grep ENCRYPTION /etc/koha/sites/test/koha-conf.xml | wc -l # returns 1 => BAD reset_all # to place the patched file in the right place [1] sudo koha-create --request-db test2 sudo grep ENCRYPTION /etc/koha/sites/test2/koha-conf.xml | wc -l => returns 0 => GOOD ``` QA checks are good. Well done! [1] it calls the `cp_debian_files.pl` script. -- You are receiving this mail because: You are watching all bug changes.