From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH v2 4/8] hook: also hook_hid is a valid command Date: Wed, 26 Jul 2017 10:44:40 +0200 Message-ID: <1501058684-19861-4-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1501058684-19861-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5173226153981511928==" List-Id: --===============5173226153981511928== 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 --===============5173226153981511928==--