From c83fa632339daf01918df1cb3c880e5739d2d5b8 Mon Sep 17 00:00:00 2001 From: MS Date: Fri, 11 Sep 2020 17:51:45 +0200 Subject: allowing local master priv --- bin/taler-deployment-prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/taler-deployment-prepare') diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare index 3ffcdb1..a14fc28 100755 --- a/bin/taler-deployment-prepare +++ b/bin/taler-deployment-prepare @@ -71,7 +71,7 @@ case $TALER_ENV_NAME in esac case $TALER_ENV_NAME in - demo|test|int) + demo|test|int|local) EXCHANGE_PUB=$(gnunet-ecc -p "$HOME/deployment/private-keys/${TALER_ENV_NAME}-exchange-master.priv") EXCHANGE_PRIV_FILE=$(taler-config -f -s exchange -o master_priv_file) if [[ -e "$EXCHANGE_PRIV_FILE" ]]; then -- cgit v1.2.3