commit a3858557a526069a2068154b72c9fc63d4c74dbb parent fc2d9328626991a3fa03f0d52b00e7fb7b77663f Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 23 Feb 2020 20:06:11 +0100 fix cut and paste context error Diffstat:
| M | bin/taler-deployment-prepare | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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