From e2b7b6cbf6eb38ddf5b50e9c270f1f27168b57c6 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Fri, 8 Dec 2017 05:36:32 +0530 Subject: [PATCH] Correted error in manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b2faf79..a630092 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "requirements": { "yunohost": ">= 2.7.2" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx", "nodejs", @@ -32,7 +32,7 @@ "example": "example.com" }, { - "name": "email" + "name": "email", "ask": { "en": "Choose an admin(root) email(Can be other then LDAP emails and can't be changed after installation)" },