From fa6ee87c4019fac99f4411e9b2109c29533d3b01 Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 9 Oct 2024 20:15:10 +0200 Subject: [PATCH] Update certbot.js Signed-off-by: Zoey --- backend/lib/certbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/lib/certbot.js b/backend/lib/certbot.js index 8ae3dd9c..5105e301 100644 --- a/backend/lib/certbot.js +++ b/backend/lib/certbot.js @@ -59,7 +59,7 @@ const certbot = { const plugin = dnsPlugins[pluginKey]; logger.start(`Installing ${pluginKey}...`); - const cmd = 'pip install --no-cache-dir ' + plugin.package_name; + const cmd = 'pip install --upgrade --no-cache-dir ' + plugin.package_name; return utils .exec(cmd) .then((result) => {