From 504201ff56d0c99160a65bd7171871fece48062c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 6 Jun 2021 22:41:08 +0200 Subject: [PATCH] add muti_instance --- check_process | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 5a0e4a7..1f84310 100644 --- a/check_process +++ b/check_process @@ -20,7 +20,7 @@ upgrade=1 from_commit=c40349020d98356d24b8f534722839fe35cf41fd backup_restore=1 # Activate multi-instance test only if you have more than 2Gb RAM! - multi_instance=0 + multi_instance=1 change_url=1 ;;; Options Email= diff --git a/manifest.json b/manifest.json index 1f4efa9..3d60438 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,7 @@ "requirements": { "yunohost": ">= 4.2.4" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx" ],