summaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2013-10-31 22:20:56 +0100
committerLeif Johansson <leifj@sunet.se>2013-10-31 22:20:56 +0100
commit909a62c4f5a634bdacaa548705f68f0663812c28 (patch)
treefc91401e2811c4e249da85ee930b0d2de9eba77b /global
parenta227034fcf6a51d96322790d2586d66354bee9de (diff)
parentdb83b790246d86ad067bbd497d83282ca5884b2b (diff)
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 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