Update setup.js

This commit is contained in:
Alex G 2024-01-21 09:33:16 +01:00 committed by GitHub
parent 0353051436
commit 60b5562984
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,7 +128,7 @@ const setupCertbotPlugins = () => {
}
});
return certbot.installPlugins(plugins)
if (!plugins.length) return;
.then(() => {
if (promises.length) {
return Promise.all(promises)