From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 4/8] hook: also hook_hid is a valid command Date: Tue, 25 Jul 2017 18:07:09 +0200 Message-ID: <1500998833-10543-5-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1500998833-10543-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1186139797166356782==" List-Id: --===============1186139797166356782== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Jonatan Schlag --- src/functions/functions.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.hook b/src/functions/functions.hook index d1f6506..d2f4a78 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 -- 2.6.3 --===============1186139797166356782==--