mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
fix certbot run on launch/dep updates
Signed-off-by: Zoey <zoey@z0ey.de> Update dependency jsonwebtoken to v9.0.2 Update dependency liquidjs to v10.9.2 Update dependency jquery to v3.7.1
This commit is contained in:
@@ -31,8 +31,6 @@ const internalCertificate = {
|
||||
initTimer: () => {
|
||||
logger.info('Certbot Renewal Timer initialized');
|
||||
internalCertificate.interval = setInterval(internalCertificate.processExpiringHosts, internalCertificate.intervalTimeout);
|
||||
// And do this now as well
|
||||
internalCertificate.processExpiringHosts();
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user