[Koha-bugs] [Bug 15303] Letsencrypt option for Debian package installations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 18 12:19:26 CEST 2016


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

--- Comment #57 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 50313
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50313
Bug 15303 Followup: If install LE dependencies from backports on Jessie

Review of attachment 50313:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15303&attachment=50313)
-----------------------------------------------------------------

::: debian/scripts/koha-create
@@ +338,4 @@
>          if [ $aptcacheshow -eq 0 ]; then
>                  read -r -p "The letsencrypt package is not installed. Do it now?  [y/N] " response
>                  if [[ $response =~ ^([yY][eE][sS]|[yY])$ ]]; then
> +                    local debrelease="$(lsb_release -c | sed 's|.*\W\(.*\)|\1|')"

lsb-release -c -s
seems to be the way to do :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list