From 599df971c062db0bd5125a3ab823fac291dd900c Mon Sep 17 00:00:00 2001 From: Manager Bot Date: Fri, 11 Nov 2022 04:50:05 +0000 Subject: [PATCH] Typo --- Web/lib/MJB/Web/Task/UpdateSSLCerts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/lib/MJB/Web/Task/UpdateSSLCerts.pm b/Web/lib/MJB/Web/Task/UpdateSSLCerts.pm index 5f284cd..5b81c24 100644 --- a/Web/lib/MJB/Web/Task/UpdateSSLCerts.pm +++ b/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