summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-15 12:24:52 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-15 12:24:52 +0100
commit6f01fcc7fee168cd5a9ff73ec4b02cd5106b6f43 (patch)
treef218b6708d3cf1d8adee74bce8b131239e4dfea2
parent5cfaebcd8da58f09f8d10279b359ba0953d64cb5 (diff)
downloaddeployment-6f01fcc7fee168cd5a9ff73ec4b02cd5106b6f43.tar.gz
deployment-6f01fcc7fee168cd5a9ff73ec4b02cd5106b6f43.tar.bz2
deployment-6f01fcc7fee168cd5a9ff73ec4b02cd5106b6f43.zip
fix bash line breaks
-rwxr-xr-xbin/taler-deployment-top-reserve10
1 files 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