Browse Source

string fix

tags/v3.1
Luke Smith 5 years ago
parent
commit
f2598c0c12
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/getmuttpass

+ 1
- 1
bin/getmuttpass View File

@@ -1,5 +1,5 @@
#!/bin/bash
GPG="gpg"; command -v gpg >/dev/null || GPG="gpg2"
pass=$(printf '%q' "$("$GPG" --decrypt --quiet ~/.local/share/muttwizard/$1.gpg)")
pass=$(printf '%q' "$("$GPG" --decrypt --quiet "$HOME/.local/share/muttwizard/$1.gpg")")
echo "set smtp_pass=\"$pass\""
echo "set imap_pass=\"$pass\""

Loading…
Cancel
Save