Use relative path for ip command.
parent
12375368b9
commit
d3b0f96893
|
@ -69,7 +69,7 @@ setup_interface() {
|
|||
|
||||
case $reason in
|
||||
PREINIT)
|
||||
run /sbin/ip link set $netif up
|
||||
run ip link set $netif up
|
||||
;;
|
||||
BOUND)
|
||||
setup_interface
|
||||
|
|
Loading…
Reference in New Issue