Updated markup of scripts.

This commit is contained in:
Luc Bijl 2024-12-14 12:41:38 +01:00
parent 7ab23985e1
commit 03f5c95b33
3 changed files with 5 additions and 9 deletions

View file

@ -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