From db83b790246d86ad067bbd497d83282ca5884b2b Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 31 Oct 2013 22:20:33 +0100 Subject: [PATCH] boostrap keys dir --- global/post-tasks.d/015cosmos-trust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/post-tasks.d/015cosmos-trust b/global/post-tasks.d/015cosmos-trust index f7d103c..dfd8a13 100755 --- a/global/post-tasks.d/015cosmos-trust +++ b/global/post-tasks.d/015cosmos-trust @@ -1,6 +1,6 @@ #!/bin/sh -if -z "$COSMOS_KEYS"; then +if [ -z "$COSMOS_KEYS" ]; then COSMOS_KEYS=/etc/cosmos/keys fi