aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-01 14:52:31 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-10-01 14:52:31 +0200
commit94130bb0ae1a08f8eeb8080acd65fe04c9a99bdf (patch)
tree202ece926d69718cb10352d461f3ea101bbaba4d
parent761156c73d27f44d7012a6d810eec5e52bb27385 (diff)
downloadmkinitcpio-ykfde-94130bb0ae1a08f8eeb8080acd65fe04c9a99bdf.tar.gz
mkinitcpio-ykfde-94130bb0ae1a08f8eeb8080acd65fe04c9a99bdf.tar.zst
discard errors by ykchalresp
-rwxr-xr-xudev/ykfde2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/ykfde b/udev/ykfde
index e3fec3d..74853db 100755
--- a/udev/ykfde
+++ b/udev/ykfde
@@ -7,7 +7,7 @@ source /etc/ykfde.conf
[ -s /crypto_keyfile.bin ] && exit 0
# write the response to keyfile
-ykchalresp -${YKFDE_SLOT:-2} "$(cat /ykfde-challenge)" | tr -d '\n' > /crypto_keyfile.bin 2>/dev/null
+ykchalresp -${YKFDE_SLOT:-2} "$(cat /ykfde-challenge)" 2>/dev/null | tr -d '\n' > /crypto_keyfile.bin
# if the systemd unit was faster try to answer password agent
for REQUEST in $(grep -l '^Message=Please give passphrase for disk' /run/systemd/ask-password/ask.*); do