Fix Typo
This commit is contained in:
parent
b93ab2004b
commit
2e39a6302e
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ fi
|
|||
sleep 2
|
||||
|
||||
if [ $encryption -eq 1 ]; then
|
||||
cho "Creating Encrypted Root Partition"
|
||||
echo "Creating Encrypted Root Partition"
|
||||
read -s -r -p "Please Enter the Encryption Passhprase: " lukspw
|
||||
read -s -r -p "Please Verify the Encryption Passhprase: " lukspw2
|
||||
[ "$lukspw" != "$lukspw2" ] && echo "Passphrases don't match!" && exit 1
|
||||
|
|
Loading…
Reference in a new issue