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/README.md b/README.md index 6fd16aed..e6880c5f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@



- + 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; }