oops... forgot to create build stamp file for some of the packages
[openwrt.git] / root / sbin / ifdown
index d1d19b0..4c7e982 100755 (executable)
@@ -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
This page took 0.029341 seconds and 4 git commands to generate.