fix ifup hotplug event for static

SVN-Revision: 5489
owl
Felix Fietkau 2006-11-09 22:11:11 +00:00
parent 1dc538c39a
commit 57f2868c3d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ setup_interface() {
done
}
env -i ACTION="ifup" INTERFACE="config" DEVICE="$iface" PROTO=static /sbin/hotplug "iface" &
env -i ACTION="ifup" INTERFACE="$config" DEVICE="$iface" PROTO=static /sbin/hotplug "iface" &
;;
dhcp)
# prevent udhcpc from starting more than once