summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2013-10-31 22:20:33 +0100
committerLeif Johansson <leifj@sunet.se>2013-10-31 22:20:33 +0100
commitdb83b790246d86ad067bbd497d83282ca5884b2b (patch)
tree57032487478bd122d12ee6d759e7874c9f443d7e
parent52dfa90f8b42e68969ea428986ff1b19f47c35d5 (diff)
boostrap keys dir
-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 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