commit 1e343ac977a4003b4535e633b59d40918a890718 parent edc70f4ad51f2ae2cb2b8a74319192be866e7604 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 15 Dec 2017 12:33:19 +0100 using = between arg name and value Diffstat:
| M | bin/taler-deployment-top-reserve | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve @@ -14,14 +14,14 @@ RESERVE=$(gnunet-ecc -p $( \ /merchant/default-tip.priv)) taler-bank-transfer \ - --amount "$TALER_CONFIG_CURRENCY:100.00" \ - --bank "https://bank.$TALER_ENV_NAME.taler.net/" \ - --credit 2 \ - --debit 8 \ - --L "DEBUG" \ - --pass "x" \ - --subject $RESERVE \ - --user "Survey" + --amount="$TALER_CONFIG_CURRENCY:100.00" \ + --bank="https://bank.$TALER_ENV_NAME.taler.net/" \ + --credit=2 \ + --debit=8 \ + --log="DEBUG" \ + --pass="x" \ + --subject=$RESERVE \ + --user="Survey" if ! test 0 = $?; then echo Wire transfering failed!