From a3858557a526069a2068154b72c9fc63d4c74dbb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 23 Feb 2020 20:06:11 +0100 Subject: fix cut and paste context error --- bin/taler-deployment-prepare | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare index bfb71ba..3b33442 100755 --- a/bin/taler-deployment-prepare +++ b/bin/taler-deployment-prepare @@ -51,9 +51,8 @@ esac ## taler-auditor-exchange \ - -c ${CONFIG_FILE} \ - -m $(taler-config -c ${CONFIG_FILE} -s exchange -o master_public_key) \ - -u $(taler-config -c ${CONFIG_FILE} -s exchange -o base_url) || true + -m $(taler-config -s exchange -o master_public_key) \ + -u $(taler-config -s exchange -o base_url) || true rm -f auditor.in taler-exchange-keyup -o auditor.in -- cgit v1.2.3