boostrap keys dir
This commit is contained in:
parent
52dfa90f8b
commit
db83b79024
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if -z "$COSMOS_KEYS"; then
|
||||
if [ -z "$COSMOS_KEYS" ]; then
|
||||
COSMOS_KEYS=/etc/cosmos/keys
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue