]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
- fixed path (be consistent)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 18 Mar 2009 22:10:06 +0000 (22:10 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 18 Mar 2009 22:10:06 +0000 (22:10 +0000)
svn-id: @10217

mod-luks.sh

index 01ca4bb861a821f4dad93504955cd6b1cf52df3b..44dd705c572deb93c71abdaac1b68e13e200397c 100644 (file)
@@ -37,7 +37,7 @@ is_luks() {
                return 1
        fi
 
-       dev=$(cryptsetup status $dm_name 2>/dev/null | awk '/device:/{print $2}')
+       dev=$(/sbin/cryptsetup status $dm_name 2>/dev/null | awk '/device:/{print $2}')
        /sbin/cryptsetup isLuks $dev
        rc=$?
 
This page took 0.032509 seconds and 4 git commands to generate.