Skip to content

Commit

Permalink
Use well-known key store paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Feb 26, 2013
1 parent 1e91c15 commit 7d41733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ci/setup_client_keystore.sh
Expand Up @@ -5,8 +5,8 @@ set -e
rm -rf ./tmp/langohr
mkdir -p ./tmp/langohr/keystore/ ./tmp/langohr/empty

export KEYSTORE=`mktemp ./tmp/langohr/keystore/keystore.XXXXX`
export EMPTY_KEYSTORE=`mktemp ./tmp/langohr/empty/empty_keystore.XXXXX`
export KEYSTORE="./tmp/langohr/keystore/keystore"
export EMPTY_KEYSTORE="./tmp/langohr/empty/empty_keystore"
export PASSWORD="bunnies"

rm -rf $KEYSTORE $EMPTY_KEYSTORE
Expand Down

0 comments on commit 7d41733

Please sign in to comment.