From 09916b614efa909efc3ec111c62eb0d2f0119c85 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Mar 2021 11:47:15 +0100 Subject: [PATCH] Remove multi_instance installation --- check_process | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 85976fe..285af8f 100644 --- a/check_process +++ b/check_process @@ -34,7 +34,7 @@ setup_public=1 upgrade=1 backup_restore=1 - multi_instance=1 + multi_instance=0 change_url=1 actions=1 config_panel=1 diff --git a/manifest.json b/manifest.json index 9e7d0dd..5288aec 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "requirements": { "yunohost": ">= 4.1.7" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx", "mysql"