From 22cb3c0fce1995f13ba455f505026911a42228e4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Aug 2023 17:35:23 +0200 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 ba82e45..9c28469 100644 --- a/check_process +++ b/check_process @@ -15,7 +15,7 @@ upgrade=1 from_commit=0a485e0d6bcd14392b9203b3b27e7e1a7ba21d19 upgrade=1 from_commit=6af39e6e086e70e2063eb8f63c48a1e4a597300d backup_restore=1 - multi_instance=1 + multi_instance=0 incorrect_path=0 port_already_use=1 (8448) change_url=0 diff --git a/manifest.json b/manifest.json index 848ace3..b82c846 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "requirements": { "yunohost": ">= 11.0.11" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],