From 94130bb0ae1a08f8eeb8080acd65fe04c9a99bdf Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 1 Oct 2013 14:52:31 +0200 Subject: discard errors by ykchalresp --- udev/ykfde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev') 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 -- cgit v1.2.3-54-g00ecf