From f6ea7efa4b6dae8de844bb6bc1bcf6e52e375ba0 Mon Sep 17 00:00:00 2001 From: openwrt Date: Tue, 27 Jul 2004 07:27:13 +0000 Subject: fix syntax error git-svn-id: svn://svn.openwrt.org/openwrt/trunk@113 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- root/sbin/ifdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root/sbin/ifdown') diff --git a/root/sbin/ifdown b/root/sbin/ifdown index d1d19b033..4c7e98211 100755 --- a/root/sbin/ifdown +++ b/root/sbin/ifdown @@ -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 -- cgit v1.2.3