From 0dd9189432affe0ab6b1b8a9872b477ea4d9b338 Mon Sep 17 00:00:00 2001 From: mbugeia Date: Mon, 16 May 2016 00:09:38 +0200 Subject: [PATCH] Turn multi instance to false (non compatible with yunohost 2.4) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 26192b2..bcf9278 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "name": "plopoyop", "email": "plopoyop@gmail.com" }, - "multi_instance": "true", + "multi_instance": "false", "services": [ "nginx", "php5-fpm",