From 15be9d6963c91e787e25f2e9cc1defe446525470 Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Mon, 17 Jul 2017 17:24:23 +0200 Subject: [PATCH] header-zone fix hook_config_edit() This function accepted only two arguments so new cmd coudl be passed. We accept now more then 2 arguments. Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- src/header-zone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header-zone b/src/header-zone index 2e3fa09d..98b0ce77 100644 --- a/src/header-zone +++ b/src/header-zone @@ -225,7 +225,7 @@ hook_config_destroy() { } hook_config_edit() { - assert [ $# -eq 2 ] + assert [ $# -ge 2 ] local zone=${1} # The id must be the id and not the hid. local id=${2} -- 2.39.5