Commit 7e357e1488c8

Vincent Demeester <vincent@sbr.pm>
2019-07-10 15:19:59
scripts: remove pinauth, not used and not secure
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 118f968
Changed files (1)
pkgs
scripts
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