From: Michael Tremer Date: Wed, 26 Aug 2009 19:36:19 +0000 (+0200) Subject: network: Fix adding new configuration. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73be4a904c132fda1ed7f31200a2a32ba56ccc2;p=ipfire-3.x.git network: Fix adding new configuration. --- diff --git a/src/network/network b/src/network/network index 8c198b49a..e02d549a6 100644 --- a/src/network/network +++ b/src/network/network @@ -459,7 +459,7 @@ while [ "$#" -gt 0 ]; do if [ -z "${zone}" ] || [ -z "${hook}" ]; then usage config fi - hook_run ${hook} --zone=${zone} config $@ + hook_run ${hook} --zone=${zone} add $@ _exit --reload $? ;; del)