projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2afd371
)
disable parsing of gpg options file
author
Christian Pointner
<equinox@realraum.at>
Mon, 21 May 2018 11:32:08 +0000
(13:32 +0200)
committer
Christian Pointner
<equinox@realraum.at>
Mon, 21 May 2018 11:32:08 +0000
(13:32 +0200)
ansible/gpg/gpg2.sh
patch
|
blob
|
history
diff --git
a/ansible/gpg/gpg2.sh
b/ansible/gpg/gpg2.sh
index
60473dd
..
27435ab
100755
(executable)
--- a/
ansible/gpg/gpg2.sh
+++ b/
ansible/gpg/gpg2.sh
@@
-1,2
+1,2
@@
#!/bin/bash
-exec gpg2 --keyring "${BASH_SOURCE%/*}/vault-keyring.gpg" --secret-keyring /dev/null --no-default-keyring --trust-model always $@
+exec gpg2 --keyring "${BASH_SOURCE%/*}/vault-keyring.gpg" --secret-keyring /dev/null --no-options --no-default-keyring --trust-model always $@