fix typo in zfs-utils hook

pull/177/head
Jan Houben 8 years ago
parent df47c65369
commit c938bf29c1
No known key found for this signature in database
GPG Key ID: B7C6B271DEB42D74
  1. 2
      conf.sh
  2. 2
      src/zfs-utils/zfs-utils.initcpio.hook

@ -6,7 +6,7 @@ zfs_src_hash="231b104979ddacfeb1889e1dec175337276e7b3b109d40656089744b5caf3ef6"
spl_src_hash="e6a83dc50bc83a5ce6f20238da16fb941ab6090c419be8af8fc9223210f637fd" spl_src_hash="e6a83dc50bc83a5ce6f20238da16fb941ab6090c419be8af8fc9223210f637fd"
zfs_bash_completion_hash="b60214f70ffffb62ffe489cbfabd2e069d14ed2a391fac0e36f914238394b540" zfs_bash_completion_hash="b60214f70ffffb62ffe489cbfabd2e069d14ed2a391fac0e36f914238394b540"
zfs_initcpio_install_hash="e33adabbe3f2f4866802c9d63c7810c7a42b4df2288d0cdd23376519b15b36e4" zfs_initcpio_install_hash="e33adabbe3f2f4866802c9d63c7810c7a42b4df2288d0cdd23376519b15b36e4"
zfs_initcpio_hook_hash="2bb533db561992c861bb9acad64a127f81cf0e4bf39cb4308ac7a73a17db55a7" zfs_initcpio_hook_hash="b88f3600b68f5464dd1d1e4953dcd5eb2f5128980111de7269283bb9f19b039f"
# Notification address # Notification address
email="jeezusjr@gmail.com" email="jeezusjr@gmail.com"

@ -35,7 +35,7 @@ zfs_decrypt_fs() {
[ "$(zfs get -H -o value encryption "${dataset}")" != "off" ] || return 0 [ "$(zfs get -H -o value encryption "${dataset}")" != "off" ] || return 0
# check if key is already loaded # check if key is already loaded
[ "$(zfs get -H -o value encryption "${dataset}")" != "available" ] || return 0 [ "$(zfs get -H -o value keystatus "${dataset}")" != "available" ] || return 0
# get the encryption root # get the encryption root
encryptionroot=$(zfs get -H -o value encryptionroot "${dataset}") encryptionroot=$(zfs get -H -o value encryptionroot "${dataset}")

Loading…
Cancel
Save