Update setup.js
This commit is contained in:
parent
0353051436
commit
60b5562984
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ const setupCertbotPlugins = () => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return certbot.installPlugins(plugins)
|
if (!plugins.length) return;
|
||||||
.then(() => {
|
.then(() => {
|
||||||
if (promises.length) {
|
if (promises.length) {
|
||||||
return Promise.all(promises)
|
return Promise.all(promises)
|
||||||
|
|
Loading…
Reference in a new issue