From 415a95485bc5dc27ec4ad7a7a3deb19eec231d83 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Jun 2021 13:31:48 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 39fd9cc..df84e8f 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,11 @@ "yunohost": ">= 4.2.0" }, "multi_instance": true, - "services": ["nginx", "php7.4-fpm", "mysql"], + "services": [ + "nginx", + "php7.4-fpm", + "mysql" + ], "arguments": { "install": [ { @@ -49,6 +53,6 @@ "type": "boolean", "default": true } - ] + ] } }