From 6f01fcc7fee168cd5a9ff73ec4b02cd5106b6f43 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 15 Dec 2017 12:24:52 +0100 Subject: fix bash line breaks --- 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 index 40617f3..758f16a 100755 --- 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 -- cgit v1.2.3