diff --git a/backend/setup.js b/backend/setup.js index 7a138fe5..438b3d1f 100644 --- a/backend/setup.js +++ b/backend/setup.js @@ -128,7 +128,7 @@ const setupCertbotPlugins = () => { } }); - return certbot.installPlugins(plugins) + if (!plugins.length) return; .then(() => { if (promises.length) { return Promise.all(promises)