From: Jonatan Schlag Date: Wed, 26 Jul 2017 08:44:40 +0000 (+0200) Subject: hook: also hook_hid is a valid command X-Git-Tag: 009~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b67c2fd6c9f0884186fda3f036ce88c2644b4b;p=network.git hook: also hook_hid is a valid command Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.hook b/src/functions/functions.hook index d1f65068..d2f4a789 100644 --- a/src/functions/functions.hook +++ b/src/functions/functions.hook @@ -204,7 +204,7 @@ hook_valid_command_config() { local cmd="${1}" case "${cmd}" in - new|destroy|edit|up|down|status) + new|destroy|edit|up|down|status|hid) return ${EXIT_TRUE} ;; esac