]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
fix typo
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 30 May 2013 22:55:48 +0000 (22:55 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 30 May 2013 22:55:48 +0000 (22:55 +0000)
svn-id: @12683

rc.d/rc.sysinit

index 4d5e42f90be4b4bc411ea33041d1a2a85b1fb494..cba87c9d7cf79eb609adccaa0cdc0ddba2913e5a 100755 (executable)
@@ -740,7 +740,7 @@ if ! is_yes "$VSERVER"; then
                done
        fi
 
-       if ! is_no "$DM_MULTIPATH" [ -x /sbin/multipath ]; then
+       if ! is_no "$DM_MULTIPATH" && [ -x /sbin/multipath ]; then
                # first make nodes that were discarded due (possible) new /dev mount
                modprobe -s dm-mod
                /sbin/dmsetup mknodes
This page took 0.168076 seconds and 4 git commands to generate.