From 2c5ea1950bdb8548bb69bbed9063bf2c23831b21 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 30 Dec 2019 01:29:36 +0100 Subject: [PATCH] deactivate multi-instance --- check_process | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 56d9f28..b7951d7 100755 --- a/check_process +++ b/check_process @@ -23,7 +23,7 @@ upgrade=1 upgrade=1 from_commit=14d3be2f782048e64696cef85f4fb7dff1ab6181 backup_restore=1 - multi_instance=1 + multi_instance=0 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. # incorrect_path=1 port_already_use=0 diff --git a/manifest.json b/manifest.json index 02f7691..d247b31 100755 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "requirements": { "yunohost": ">= 3.5" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],