boostrap keys dir

This commit is contained in:
Leif Johansson 2013-10-31 22:20:33 +01:00
parent 52dfa90f8b
commit db83b79024

View file

@ -1,6 +1,6 @@
#!/bin/sh
if -z "$COSMOS_KEYS"; then
if [ -z "$COSMOS_KEYS" ]; then
COSMOS_KEYS=/etc/cosmos/keys
fi