fixes variables, oops
SVN-Revision: 12344
This commit is contained in:
parent
3cf1a8932b
commit
fd26ece7f1
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue