diff options
author | Leif Johansson <leifj@sunet.se> | 2013-10-31 22:20:33 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2013-10-31 22:20:33 +0100 |
commit | db83b790246d86ad067bbd497d83282ca5884b2b (patch) | |
tree | 57032487478bd122d12ee6d759e7874c9f443d7e | |
parent | 52dfa90f8b42e68969ea428986ff1b19f47c35d5 (diff) |
boostrap keys dir
-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 |