Blame SOURCES/0014-luks-edit-remove-unnecessary-redirection.patch

9f6bfc
--- clevis-15.ori/src/luks/clevis-luks-edit	2020-10-28 19:55:47.663228800 +0100
9f6bfc
+++ clevis-15/src/luks/clevis-luks-edit	2023-01-16 12:03:14.006998399 +0100
9f6bfc
@@ -173,7 +173,7 @@
9f6bfc
 
9f6bfc
 echo "Updating binding..."
9f6bfc
 if ! clevis_luks_do_bind "${DEV}" "${SLT}" "" "${pin}" "${new_cfg}" \
9f6bfc
-                         "-y" "overwrite" 2>/dev/null; then
9f6bfc
+                         "-y" "overwrite"; then
9f6bfc
     echo "Unable to update binding in ${DEV}:${SLT}. Operation cancelled." >&2
9f6bfc
     exit 1
9f6bfc
 fi