From 3e0202d914d1d0039b4c5693c6a0031946789f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sun, 16 May 2021 18:40:31 +0200 Subject: [PATCH] Fix typo in unlock-home.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo : Mouting → Mounting --- bin/admin/unlock-home.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/admin/unlock-home.sh b/bin/admin/unlock-home.sh index 02e46c7..e91bec7 100755 --- a/bin/admin/unlock-home.sh +++ b/bin/admin/unlock-home.sh @@ -31,7 +31,7 @@ if [ -e "$DEV_UNLOCKED" ] ; then do_mount fi -echo "Mouting $DEV_ENCRYPTED as $UNLOCKED_NAME" +echo "Mounting $DEV_ENCRYPTED as $UNLOCKED_NAME" cryptsetup luksOpen "$DEV_ENCRYPTED" "$UNLOCKED_NAME" sleep 1 if [ -e "$DEV_UNLOCKED" ] ; then