string fix
This commit is contained in:
parent
acb89a269a
commit
f2598c0c12
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
GPG="gpg"; command -v gpg >/dev/null || GPG="gpg2"
|
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 smtp_pass=\"$pass\""
|
||||||
echo "set imap_pass=\"$pass\""
|
echo "set imap_pass=\"$pass\""
|
||||||
|
Loading…
Reference in New Issue
Block a user