From 68db921b9128d11ca5f405bebb8829758e20e00f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 14 Apr 2021 10:18:57 +0200 Subject: [PATCH] Remove multi instance --- check_process | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index 2e60d93..3bb5117 100644 --- a/check_process +++ b/check_process @@ -17,8 +17,8 @@ upgrade=1 upgrade=1 from_commit=a1db7396ceab19640e68d6a8cc05befd1f9c07ad backup_restore=1 - multi_instance=1 - change_url=0 + multi_instance=0 + change_url=1 ;;; Options Email= Notification=none diff --git a/manifest.json b/manifest.json index 467a2c3..f93da97 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,7 @@ "requirements": { "yunohost": ">= 4.1.7" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx", "php7.3-fpm",