]> 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>
Tue, 1 Sep 2015 15:22:37 +0000 (17:22 +0200)
modules.d/40network/ifup.sh

index 005c2cc959e527599a284d8f07f44af59bf663f9..db9fb08526d33a714fc4acb0debb454ae340f997 100755 (executable)
@@ -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