aboutsummaryrefslogtreecommitdiffstats
path: root/udev/ykfde
diff options
context:
space:
mode:
Diffstat (limited to 'udev/ykfde')
-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