https://bugs.contribs.org/show_bug.cgi?id=10636

--- Comment #2 from John Crisp <[email protected]> ---
As it transpires I believe from looking at the dehydrated code that this VAR is
no longer there so the code can just be pulled from the config template:

All we really need is a small patch like this:

--- 10Default.old       2018-10-23 16:09:52.453731538 +0200
+++ 10Default   2018-10-23 16:10:33.350731302 +0200
@@ -8,9 +8,6 @@
     my $letsencryptStatus = $configDB->get_prop( 'letsencrypt', 'status' )
         || 'disabled';

-    my $letsencryptLicence = $configDB->get_prop( 'letsencrypt', 'licence' )
-        || '';
-
     # Default to v1 to prevent inadvertent upgrades

     my $letsencryptAPI = $configDB->get_prop( 'letsencrypt', 'API' )
@@ -70,10 +67,6 @@
             $OUT .= "CONTACT_EMAIL=$letsencryptEmail\n";
         }

-        if ( $letsencryptLicence ne '' ) {
-            $OUT .= "LICENCE=\"$letsencryptLicence\"\n";
-        }
-
         # Hook Script always enabled
         $OUT .= "HOOK=\"/usr/bin/hook-script.sh\"\n";


We can probably leave any Licence key there.... to be honest I have no idea how
to remove an old key !

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to