summaryrefslogtreecommitdiff
path: root/bin/gauth
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-06-09 10:06:11 +0200
committerMarc Vertes <mvertes@free.fr>2020-06-09 10:06:11 +0200
commit581ea31ab2a9f88b611080fe646d858c140ed7ca (patch)
tree6f1a0201c0e8d17bf3d83d420d82e25e4bf0f24d /bin/gauth
parent1aa518b6ec9a261a83d291ff48607c2ce4c7b143 (diff)
update
Diffstat (limited to 'bin/gauth')
-rwxr-xr-xbin/gauth2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gauth b/bin/gauth
index 6c00e1e..575d6fc 100755
--- a/bin/gauth
+++ b/bin/gauth
@@ -1,7 +1,7 @@
#!/bin/sh
# Use backup from andOTP
-gpg -qd ~/otp_accounts.json.gpg |
+gpg -qd ~/.otp_accounts.json.gpg |
jq -r '.[] | "\(.label) \(.secret)"' |
while read -r l s; do
echo "$l $(oathtool --totp -b "$s")"