Le0xFF / VoidLinuxInstaller

A bash script to install Void Linux with optional LUKS encryption, optional LVM, btrfs filesystem and optional swap as file.
GNU Affero General Public License v3.0
53 stars 8 forks source link

script continues even if passphrase doesn't matches #3

Closed akhil3417 closed 2 years ago

akhil3417 commented 2 years ago

it does echo's a message that password unmatched but it continues anyway ,leading to errors in encryption and volume creation

Le0xFF commented 2 years ago

Sadly in my script there is no proper error handling when things like that happen and I don't have enough skill to implement something like that.

Any help for implementing a proper error handling would be much appreciated!

UPDATE! With commit 90df03b a check on password has been implemented, it should be good enough!