Fix startup hang due to unresolved promise

Affects instances where there are certs but none
of them are dns validated
This commit is contained in:
Jamie Curnow 2024-01-21 20:48:53 +10:00
parent 0353051436
commit da820db4e1
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -16,6 +16,7 @@ const certbot = {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
if (pluginKeys.length === 0) { if (pluginKeys.length === 0) {
resolve();
return; return;
} }