From b1fad8ba768d19a2ea3943030d484f05c76d7237 Mon Sep 17 00:00:00 2001 From: Martin Florian Date: Thu, 22 Jan 2026 12:29:43 +0000 Subject: [PATCH] Fix `cncluster backup`, again [force] (it seems that static checks are useless here anyway) Signed-off-by: Martin Florian --- cluster/scripts/utils.source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/scripts/utils.source b/cluster/scripts/utils.source index 7db64d06c1..464181ddf1 100644 --- a/cluster/scripts/utils.source +++ b/cluster/scripts/utils.source @@ -52,7 +52,7 @@ create_component_instance() { local namespace="$3" if [[ ("$component" == "sequencer" || "$component" == "mediator" || "$component" == "participant") - && ("$namespace" != "splitwell" && "$namespace" != "validator1" && "$namespace" != "sv"); then + && ("$namespace" != "splitwell" && "$namespace" != "validator1" && "$namespace" != "sv") ]]; then component_instance="${component}-${migration_id}" else component_instance="${component}"