mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
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:
parent
0353051436
commit
da820db4e1
@ -16,6 +16,7 @@ const certbot = {
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
if (pluginKeys.length === 0) {
|
||||
resolve();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user