diff options
author | Leif Johansson <leifj@sunet.se> | 2013-10-31 23:26:16 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2013-10-31 23:26:16 +0100 |
commit | 54000987a08f43e33d6c41ef18f0510f6ce7c540 (patch) | |
tree | a2e03b99a3b18d18da7e2699c99e9ce56dbd7167 /global | |
parent | db83b790246d86ad067bbd497d83282ca5884b2b (diff) |
new addhost
Diffstat (limited to 'global')
-rwxr-xr-x | global/post-tasks.d/015cosmos-trust | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/post-tasks.d/015cosmos-trust b/global/post-tasks.d/015cosmos-trust index dfd8a13..447d875 100755 --- a/global/post-tasks.d/015cosmos-trust +++ b/global/post-tasks.d/015cosmos-trust @@ -11,7 +11,7 @@ done for fp in `cosmos gpg --with-colons --fingerprint | awk -F: '$1 == "pub" {print $5}'`; do seen="no" - for k in /etc/cosmos/keys/*.pub; do + for k in $COSMOS_KEYS/*.pub; do cosmos gpg --with-colons --with-fingerprint < $k | grep -q ":$fp:" && seen="yes" done if [ "x$seen" = "xno" ]; then |