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:
GitHub
2023-08-28 18:11:31 +00:00
committed by Zoey
parent f9971aa9d5
commit 55b173a744
4 changed files with 5 additions and 7 deletions

View File

@@ -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();
},
/**