]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - sysconfig/network-scripts/functions.network
One more fix.
[projects/rc-scripts.git] / sysconfig / network-scripts / functions.network
index 25be1cb3b61680f0ab6ad9305c87ce58471513a3..e4e3bd9f6417e303e3631ae46b6fb1ec1d89438b 100644 (file)
@@ -370,7 +370,7 @@ set_down_loopback()
 
 modprobe_net()
 {
-       if is_yes "$IPV6_NETWORKING"
+       if is_yes "$IPV6_NETWORKING"; then
                if is_module "ipv6"; then
                        _modprobe single ipv6
                fi
This page took 0.02387 seconds and 4 git commands to generate.