Finished luks setup
This commit is contained in:
@@ -4,8 +4,9 @@ echo "Mounts encrypted storages"
|
||||
|
||||
set_device_mount_and_mapper_paths
|
||||
|
||||
partition_path="$device_path""1"
|
||||
info "Unlock partition..." &&
|
||||
sudo cryptsetup luksOpen $device_path $mapper_name ||
|
||||
sudo cryptsetup luksOpen $partition_path $mapper_name ||
|
||||
error
|
||||
|
||||
info "Mount partition..." &&
|
||||
|
||||
Reference in New Issue
Block a user