From c6edcdf61d8a5f050f6e0883721af60b0fad1d08 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 8 Jun 2018 20:39:57 +0200 Subject: [PATCH] Typo. --- luks_toolbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luks_toolbox.sh b/luks_toolbox.sh index ac3f8e6..d3d6faa 100755 --- 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. + umounts/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]}" -- 2.20.1