diff --git a/Misc/Arch-LuksCrpy-Install.bash b/Misc/Arch-LuksCrpy-Install.bash index 42658de..17407fa 100755 --- a/Misc/Arch-LuksCrpy-Install.bash +++ b/Misc/Arch-LuksCrpy-Install.bash @@ -262,7 +262,7 @@ install() { log "info" "Encrypting $(important "${install_disk}"), if you are prompted type $(important "YES")" cryptsetup -y -v luksFormat "${install_path}" || exit log "info" "Requesting opening of $(important "${install_disk}")" - cryptsetup open "${install_path}" cryptroot + cryptsetup open "${install_path}" cryptroot || exit log "info" "Creating file systems..." mkdfs.fat -F32 "${install_path}" mkfs.ext4 "/dev/mapper/cryptroot"