From 4872baaf79048914b6d10ce9ba315fe58cf66801 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 27 Mar 2021 22:01:23 +0100 Subject: [PATCH] Fix --- check_process | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index d09dc91..de81d99 100644 --- a/check_process +++ b/check_process @@ -16,7 +16,7 @@ setup_public=1 upgrade=1 backup_restore=1 - multi_instance=1 + multi_instance=0 change_url=1 ;;; Options Email= diff --git a/manifest.json b/manifest.json index 67688b2..fe1f224 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,7 @@ "requirements": { "yunohost": ">= 4.1.7" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],