network/ifup: fix warning about not bringing interface up
(cherry picked from commit 70f3c07846
)
master
parent
195b5d0725
commit
b519ae7008
|
@ -151,7 +151,7 @@ do_static() {
|
|||
strglobin $ip '*:*:*' && load_ipv6
|
||||
|
||||
if ! linkup $netif; then
|
||||
warn "Could bring interface $netif up!"
|
||||
warn "Could not bring interface $netif up!"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue