b7dbfb6f3e
6e48a1c: luks-edit: remove unnecessary 2>/dev/null 3f879a3: Avoid invalid message for clevis command e0e92f8: Fix typo in error messages 47b01ab: Improve boot performance by removing key check f5786d3: Notify error url on server connect fail f621575: luks: fix typo when adding a pending device 0589c14: luks: ignore empty & comment lines in crypttab 3bb852b: luks: define max entropy bits for pwmake Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
12 lines
484 B
Diff
12 lines
484 B
Diff
--- clevis-18.0011/src/luks/clevis-luks-edit 2021-04-15 13:00:19.965065700 +0200
|
|
+++ clevis-18/src/luks/clevis-luks-edit 2022-12-16 12:32:42.350657681 +0100
|
|
@@ -173,7 +173,7 @@
|
|
|
|
echo "Updating binding..."
|
|
if ! clevis_luks_do_bind "${DEV}" "${SLT}" "" "${pin}" "${new_cfg}" \
|
|
- "-y" "overwrite" 2>/dev/null; then
|
|
+ "-y" "overwrite"; then
|
|
echo "Unable to update binding in ${DEV}:${SLT}. Operation cancelled." >&2
|
|
exit 1
|
|
fi
|