projects
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b071954
)
Typo.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 8 Jun 2018 18:39:57 +0000
(20:39 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 8 Jun 2018 18:39:57 +0000
(20:39 +0200)
luks_toolbox.sh
patch
|
blob
|
history
diff --git
a/luks_toolbox.sh
b/luks_toolbox.sh
index
ac3f8e6
..
d3d6faa
100755
(executable)
--- a/
luks_toolbox.sh
+++ b/
luks_toolbox.sh
@@
-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
- umount/LUKS-closes it.
+ umount
s
/LUKS-closes it.
EOF
}
@@
-77,7
+77,7
@@
case $1 in
umount ${line}
done
-
\
ls /dev/mapper | grep -v ^control$ | \
+ ls /dev/mapper | grep -v ^control$ | \
while read line
do
echo "cryptsetup luksClose ${line[0]}"