fixes variables, oops

SVN-Revision: 12344
owl
John Crispin 2008-08-20 11:45:23 +00:00
parent 3cf1a8932b
commit fd26ece7f1
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ set_interface_ifname() {
}
setup_interface_none() {
env -i ACTION="ifup" INTERFACE="$config" DEVICE="$iface" PROTO=none /sbin/hotplug-call "iface" &
env -i ACTION="ifup" INTERFACE="$2" DEVICE="$1" PROTO=none /sbin/hotplug-call "iface" &
}
setup_interface_static() {