Bugzilla – Attachment 50311 Details for
Bug 15303
Letsencrypt option for Debian package installations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15303 QA-Followup: check_letsencrypt only if --letsencrypt is used
Bug-15303-QA-Followup-checkletsencrypt-only-if---l.patch (text/plain), 923 bytes, created by
Jonathan Druart
on 2016-04-18 08:33:03 UTC
(
hide
)
Description:
Bug 15303 QA-Followup: check_letsencrypt only if --letsencrypt is used
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-04-18 08:33:03 UTC
Size:
923 bytes
patch
obsolete
>From 445ad91767026626762bf3aa13562ad81b88cf3b Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Fri, 15 Apr 2016 18:28:12 +0200 >Subject: [PATCH] Bug 15303 QA-Followup: check_letsencrypt only if > --letsencrypt is used > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > debian/scripts/koha-create | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create >index 850e5d4..8525143 100755 >--- a/debian/scripts/koha-create >+++ b/debian/scripts/koha-create >@@ -577,7 +577,9 @@ opacdomain="$OPACPREFIX$name$OPACSUFFIX$DOMAIN" > intradomain="$INTRAPREFIX$name$INTRASUFFIX$DOMAIN" > > # Check everything is ok with letsencrypt, die otherwise >-check_letsencrypt >+if [ "$CLO_LETSENCRYPT" = "yes" ]; then >+ check_letsencrypt >+fi > > if [ -f $PASSWDFILE ] && [ `cat $PASSWDFILE | grep "^$name:"` ] > then >-- >2.7.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15303
:
45397
|
45399
|
45400
|
45402
|
45404
|
45408
|
45409
|
45414
|
45415
|
46116
|
46117
|
46118
|
46617
|
46742
|
46745
|
46746
|
46747
|
46748
|
46749
|
46750
|
46751
|
46752
|
49470
|
49471
|
50215
|
50216
|
50271
|
50283
|
50287
|
50307
|
50308
|
50309
|
50310
| 50311 |
50312
|
50313
|
50324