commit 6f01fcc7fee168cd5a9ff73ec4b02cd5106b6f43 parent 5cfaebcd8da58f09f8d10279b359ba0953d64cb5 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 15 Dec 2017 12:24:52 +0100 fix bash line breaks Diffstat:
| M | bin/taler-deployment-top-reserve | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve @@ -16,11 +16,11 @@ RESERVE=$(gnunet-ecc -p $( \ taler-bank-transfer \ --amount "$TALER_CONFIG_CURRENCY:100.00" \ --bank "https://bank.$TALER_ENV_NAME.taler.net/" \ - --credit 2 \ # Exchange - --debit 8 \ # Survey - --L "DEBUG" - --pass "x" - --subject $RESERVE + --credit 2 \ + --debit 8 \ + --L "DEBUG" \ + --pass "x" \ + --subject $RESERVE \ --user "Survey" if ! test 0 = $?; then