From 60b55629848a7c1ad54a3a25bb5c5cca47bfff8d Mon Sep 17 00:00:00 2001 From: Alex G Date: Sun, 21 Jan 2024 09:33:16 +0100 Subject: [PATCH] Update setup.js --- backend/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)