From 0b9f8be7a6bfa74e6de71ab83a8d3ed81f3fbab9 Mon Sep 17 00:00:00 2001 From: inrepublica Date: Wed, 25 May 2016 23:30:05 +0200 Subject: [PATCH] Error on multi_instance in manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 20bd5ba..4f4064c 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "requirements": { "yunohost": ">> 2.4.0.4" }, - "multi_instance": "false", + "multi_instance": false, "services": [ "nginx", "php5-fpm"