diff --git a/backend/lib/certbot.js b/backend/lib/certbot.js index 3b15f007..eb1966dc 100644 --- a/backend/lib/certbot.js +++ b/backend/lib/certbot.js @@ -16,6 +16,7 @@ const certbot = { return new Promise((resolve, reject) => { if (pluginKeys.length === 0) { + resolve(); return; }