commit c83fa632339daf01918df1cb3c880e5739d2d5b8
parent 6326c3927b97d174360450cb922b13d9c64db8ed
Author: MS <ms@taler.net>
Date: Fri, 11 Sep 2020 17:51:45 +0200
allowing local master priv
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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