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

Tomás Cohen Arazi (tcohen) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to