From 40e40c3094fe5fe8754a37f8cbe3aad1ac475ac5 Mon Sep 17 00:00:00 2001 From: Aymeric Varasse <aymeric.varasse@cea.fr> Date: Thu, 6 Jun 2024 19:56:57 +0200 Subject: [PATCH] [aimos] Update configuration to fit new behavior --- config/caisar-detection-data.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/caisar-detection-data.conf b/config/caisar-detection-data.conf index b46330f..3ea925e 100644 --- a/config/caisar-detection-data.conf +++ b/config/caisar-detection-data.conf @@ -169,6 +169,6 @@ exec = "aimos" version_switch = "--version" version_regexp = "AIMOS \\([0-9.]+\\)" version_ok = "1.0" -command = "%e --config %{aimos_file} --no-verbose" +command = "%e --config %{aimos_file}" driver = "%{config}/drivers/aimos.drv" use_at_auto_level = 1 -- GitLab