mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05: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