Updated markup of scripts.
This commit is contained in:
parent
7ab23985e1
commit
03f5c95b33
3 changed files with 5 additions and 9 deletions
|
@ -17,7 +17,7 @@ zfs list -Ho name,encryption,keystatus,encryptionroot,tpm:jwe | while IFS=$'\t'
|
|||
if echo -n "$jwe" | zlevis-decrypt | zfs load-key -L prompt "$ds"; then
|
||||
echo "Unlocked $ds"
|
||||
else
|
||||
echo "FAILED TO UNLOCK $ds" >&2
|
||||
echo "Failed to unlock $ds" >&2
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue