kernel-modules/module-setup.sh: add missing "fi"
authorHarald Hoyer <harald@redhat.com>
Mon, 30 Jul 2012 12:50:14 +0000 (14:50 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 30 Jul 2012 15:08:51 +0000 (17:08 +0200)
modules.d/90kernel-modules/module-setup.sh

index 47e2f0d..4e75ef8 100755 (executable)
@@ -61,6 +61,7 @@ installkernel() {
             }
             for_each_host_dev_fs inst_fs
         fi
+    fi
 }
 
 install() {