gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] 02/02: using = between arg name and valu


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 02/02: using = between arg name and value
Date: Fri, 15 Dec 2017 12:33:40 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

commit 1e343ac977a4003b4535e633b59d40918a890718
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Dec 15 12:33:19 2017 +0100

    using = between arg name and value
---
 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
index 0dcc3fb..0c20e04 100755
--- 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!

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]