diff --git a/.version b/.version index 46b81d81..6ceb272e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.11.0 +2.11.1 diff --git a/backend/lib/certbot.js b/backend/lib/certbot.js index 8bff3963..2ab9aba8 100644 --- a/backend/lib/certbot.js +++ b/backend/lib/certbot.js @@ -14,6 +14,7 @@ const certbot = { return new Promise((resolve, reject) => { if (pluginKeys.length === 0) { + resolve(); return; }