]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
network/ifup: fix warning about not bringing interface up
authorHarald Hoyer <harald@redhat.com>
Tue, 1 Sep 2015 15:22:37 +0000 (17:22 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 11 Nov 2015 15:19:18 +0000 (16:19 +0100)
(cherry picked from commit 70f3c07846e92d11484a1f7b5cb84aacc47489b4)

modules.d/40network/ifup.sh

index b83d7e728fcb61536c4b15b75bec76f312f4108e..9246da73c4030d91be3df092bddfda92c69d4fde 100755 (executable)
@@ -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