Solved variable bug

This commit is contained in:
Kevin Veen-Birkenbach 2020-10-04 12:53:37 +02:00
parent 7566a2d8d8
commit 9e3e1e5232

View File

@ -47,7 +47,7 @@ make_working_folder(){
set_root_variables(){
info "Setting root variables..." &&
root_partition_uuid=$(blkid "$root_partition_path" -s UUID -o value) &&
boot_partition_uuid=$(blkid "$boot_partition_uuid" -s UUID -o value) &&
boot_partition_uuid=$(blkid "$boot_partition_path" -s UUID -o value) &&
root_mapper_name="arch-root-$root_partition_uuid" &&
root_mapper_path="/dev/mapper/$root_mapper_name" || error
}