From 21efe7c096a8ce85f4cd5439ecbcb247882a583f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:58:03 +0100 Subject: [PATCH] remove multi --- manifest.toml | 2 +- tests.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index b633888..a1ba266 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ code = "https://github.com/wasi-master/13ft" [integration] yunohost = ">= 11.2" architectures = "all" -multi_instance = true +multi_instance = false ldap = false diff --git a/tests.toml b/tests.toml index 882baca..534f43c 100644 --- a/tests.toml +++ b/tests.toml @@ -6,4 +6,4 @@ test_format = 1.0 # EVERYTHING PAST THIS POINT IS OPTIONAL AND MOST LIKELY UNNECESSARY FOR NEW APPS #-------------------------------------------------------------------------------- - exclude = ["install.subdir"] \ No newline at end of file + exclude = ["install.subdir", "install.multi"] \ No newline at end of file