Skip to content

Commit da820db

Browse files
committed
Fix startup hang due to unresolved promise
Affects instances where there are certs but none of them are dns validated
1 parent 0353051 commit da820db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/lib/certbot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const certbot = {
1616

1717
return new Promise((resolve, reject) => {
1818
if (pluginKeys.length === 0) {
19+
resolve();
1920
return;
2021
}
2122

0 commit comments

Comments
 (0)