commit 7e357e1488c8e6e1eda4396ed0dd52badb3d9b59 parent 118f968a6f8df04c11d60466fc8be7050b9a4cac Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 10 Jul 2019 15:19:59 +0200 scripts: remove pinauth, not used and not secure Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
D | pkgs/scripts/bin/pinauth | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/pkgs/scripts/bin/pinauth b/pkgs/scripts/bin/pinauth @@ -1,3 +0,0 @@ -#!/usr/bin/env bash -set -e -[ ! -r ~/.oath/pin ] && echo "No PIN stored." || echo "$(cat ~/.oath/pin)$(authkey)"- \ No newline at end of file