Skip to content

Commit

Permalink
Get rid of debugging, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tfheen committed Mar 13, 2011
1 parent 16daf22 commit 18dab11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#! /bin/sh

set -e
set -x

R="$(ykchalresp "$(cat /etc/yubikey-challenge)" 2>/dev/null || true )"
if [ -z "$R" ]; then
Expand All @@ -26,3 +25,4 @@ chmod 700 /dev/.run/ykfde
echo "$R" > /dev/.run/ykfde/secret
echo "$cryptsource" > /dev/.run/ykfde/cryptsource
echo -n "$R"
exit 0

0 comments on commit 18dab11

Please sign in to comment.