From 54000987a08f43e33d6c41ef18f0510f6ce7c540 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 31 Oct 2013 23:26:16 +0100 Subject: new addhost --- global/post-tasks.d/015cosmos-trust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global') 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 -- cgit v1.1