From 133d10e461378111d6ee027c9a615a3f62f20f19 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 9 Dec 2022 20:54:57 +0100 Subject: [PATCH] Disabling multi install --- check_process | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 0735880..7a4b44b 100644 --- a/check_process +++ b/check_process @@ -15,7 +15,7 @@ upgrade=1 #upgrade=1 from_commit=CommitHash backup_restore=1 - multi_instance=1 + multi_instance=0 port_already_use=0 change_url=0 ;;; Options diff --git a/manifest.json b/manifest.json index 4d961e3..c30e5c5 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "requirements": { "yunohost": ">= 4.3.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],