From cc90009bab20367cef485e5382138b043c1575b2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 19 Nov 2021 22:59:16 +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 a94739b..4b16641 100644 --- a/check_process +++ b/check_process @@ -13,7 +13,7 @@ upgrade=1 #upgrade=1 from_commit=CommitHash backup_restore=1 - multi_instance=1 + multi_instance=0 change_url=1 ;;; Options Email= diff --git a/manifest.json b/manifest.json index 1fb70e1..dc72b5b 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "requirements": { "yunohost": ">= 4.3.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx", "php7.3-fpm",