Pour que ca marche sous mac aussi...
On enlève le path complet, pour gpg (/usr/bin..), on le remplcae par 'gpg'
This commit is contained in:
parent
43f2830008
commit
14cf6e83fd
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ pass_regexp = re.compile('[\t ]*pass(?:word)?[\t ]*:[\t ]*(.*)\r?\n?$',
|
|||
|
||||
## GPG Definitions
|
||||
#: Path du binaire gpg
|
||||
GPG = '/usr/bin/gpg'
|
||||
GPG = 'gpg'
|
||||
|
||||
#: Paramètres à fournir à gpg en fonction de l'action désirée
|
||||
GPG_ARGS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue