master
Manager Bot 3 years ago
parent 8ff9f5b1e6
commit 599df971c0
  1. 2
      Web/lib/MJB/Web/Task/UpdateSSLCerts.pm

@ -14,7 +14,7 @@ sub run ( $job ) {
$job->note( _mds_template => 'update_ssl_certs' );
# Renew the SSL Certificates
$job->system_command( [ 'sudo', 'certbot renew' ] );
$job->system_command( [ 'sudo', 'certbot', 'renew' ] );
$job->note( is_renew_done => 1 );
# Push the SSL Certificates

Loading…
Cancel
Save