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:
@@ -16,6 +16,7 @@ const certbot = {
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
if (pluginKeys.length === 0) {
|
||||
resolve();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user