Typo.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 8 Jun 2018 18:39:57 +0000 (20:39 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 8 Jun 2018 18:39:57 +0000 (20:39 +0200)
luks_toolbox.sh

index ac3f8e6..d3d6faa 100755 (executable)
@@ -43,7 +43,7 @@ mount|umount
 
   Automagically figures out from /etc/fstab what is the /dev/mapper/
   device associated to the dir, and both LUKS-opens/mounts or
 
   Automagically figures out from /etc/fstab what is the /dev/mapper/
   device associated to the dir, and both LUKS-opens/mounts or
-  umount/LUKS-closes it.
+  umounts/LUKS-closes it.
 
 EOF
 }
 
 EOF
 }
@@ -77,7 +77,7 @@ case $1 in
                 umount ${line}
             done
 
                 umount ${line}
             done
 
-        \ls /dev/mapper | grep -v ^control$ | \
+        ls /dev/mapper | grep -v ^control$ | \
             while read line
             do
                 echo "cryptsetup luksClose ${line[0]}"
             while read line
             do
                 echo "cryptsetup luksClose ${line[0]}"