mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-29 11:11:18 +08:00
Fix typo in unlock-home.sh
Typo : Mouting → Mounting
This commit is contained in:
parent
c2b4bb192a
commit
3e0202d914
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue