fix syntax error

SVN-Revision: 113
This commit is contained in:
Mike Baker
2004-07-27 07:27:13 +00:00
parent ce568ad431
commit 3e988e1271
4 changed files with 6 additions and 5 deletions

View File

@@ -4,5 +4,5 @@
debug "### ifdown $type ###"
if=$(nvram_get ${type}_ifname)
if_valid $if || return
kill $(cat /var/run/${if}.pid 2>-) 2>-
kill $(cat /var/run/${if}.pid 2>&-) 2>&-
$DEBUG ifconfig $if down