From: Harald Hoyer Date: Tue, 1 Sep 2015 15:22:37 +0000 (+0200) Subject: network/ifup: fix warning about not bringing interface up X-Git-Tag: RHEL-7.2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f3c07846e92d11484a1f7b5cb84aacc47489b4;p=thirdparty%2Fdracut.git network/ifup: fix warning about not bringing interface up --- diff --git a/modules.d/40network/ifup.sh b/modules.d/40network/ifup.sh index 005c2cc95..db9fb0852 100755 --- a/modules.d/40network/ifup.sh +++ b/modules.d/40network/ifup.sh @@ -156,7 +156,7 @@ do_static() { strstr $ip '*:*:*' && load_ipv6 if ! linkup $netif; then - warn "Could bring interface $netif up!" + warn "Could not bring interface $netif up!" return 1 fi