Fix typo in unlock-home.sh

Typo : Mouting → Mounting
This commit is contained in:
Jérémy Lecour 2021-05-16 18:40:31 +02:00 committed by Stéphane Lesimple
parent c2b4bb192a
commit 3e0202d914

View file

@ -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