From: Michael Tremer Date: Thu, 7 Jun 2012 21:40:18 +0000 (+0000) Subject: Make the help command exit gracefully on zone hooks. X-Git-Tag: 004~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffea84d248b29233aa3c5b071c3c5bd2014e0574;p=network.git Make the help command exit gracefully on zone hooks. --- diff --git a/header-zone b/header-zone index 0c25a1aa..664fc0ce 100644 --- a/header-zone +++ b/header-zone @@ -366,6 +366,7 @@ function run() { # Help requested by the user. help) _help $@ + exit ${EXIT_OK} ;; *)