diff options
author | Leif Johansson <leifj@sunet.se> | 2013-10-31 22:20:56 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2013-10-31 22:20:56 +0100 |
commit | 909a62c4f5a634bdacaa548705f68f0663812c28 (patch) | |
tree | fc91401e2811c4e249da85ee930b0d2de9eba77b /global | |
parent | a227034fcf6a51d96322790d2586d66354bee9de (diff) | |
parent | db83b790246d86ad067bbd497d83282ca5884b2b (diff) |
Merge branch 'multiverse'sunet-ops-2013-10-31-v09sunet-ops-2013-10-31-v08
Diffstat (limited to 'global')
-rwxr-xr-x | global/post-tasks.d/015cosmos-trust | 2 |
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 |