Skip to content

Commit

Permalink
Merge branch 'add_device_name_to_selectable_devices_list'
Browse files Browse the repository at this point in the history
  • Loading branch information
64kramsystem committed Oct 10, 2019
2 parents a4dc607 + d56447c commit d236ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-zfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function select_disks {
block_device_basename="$(basename "$(readlink -f "$disk_id")")"

if ! echo "$mounted_devices" | grep -q "^$block_device_basename\$"; then
menu_entries_option+=("$disk_id" "" OFF)
menu_entries_option+=("$disk_id" "($block_device_basename)" OFF)
fi
done

Expand Down

0 comments on commit d236ee5

Please sign in to comment.