With less bugs?

master
Kaitlyn Parkhurst 3 years ago
parent b12ead5781
commit b285bf221c
  1. 2
      Web/lib/MJB/Web/Controller/Admin.pm

@ -241,7 +241,7 @@ sub do_domain ( $c ) {
if ( $ssl eq 'dns-linode' ) {
my $id = $c->minion->enqueue( 'mk_wildcard_ssl', [ $domain->id ], {
queue => 'certbot'
queue => 'certbot',
notes => { '_bid_0' => 1 },
});
$c->db->admin_jobs->create({ minion_job_id => $id });

Loading…
Cancel
Save