summaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2013-10-31 23:26:16 +0100
committerLeif Johansson <leifj@sunet.se>2013-10-31 23:26:16 +0100
commit54000987a08f43e33d6c41ef18f0510f6ce7c540 (patch)
treea2e03b99a3b18d18da7e2699c99e9ce56dbd7167 /global
parentdb83b790246d86ad067bbd497d83282ca5884b2b (diff)
new addhost
Diffstat (limited to 'global')
-rwxr-xr-xglobal/post-tasks.d/015cosmos-trust2
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