gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated (6f01fcc -> 1e343a


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated (6f01fcc -> 1e343ac)
Date: Fri, 15 Dec 2017 12:33:38 +0100

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

marcello pushed a change to branch master
in repository deployment.

    from 6f01fcc  fix bash line breaks
     new edc70f4  error messages
     new 1e343ac  using = between arg name and value

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/taler-deployment-top-reserve | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve
index 758f16a..0c20e04 100755
--- a/bin/taler-deployment-top-reserve
+++ b/bin/taler-deployment-top-reserve
@@ -14,17 +14,17 @@ 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 Topping reserve failed!
+  echo Wire transfering failed!
   exit 1
 fi
 
@@ -37,3 +37,9 @@ taler-merchant-tip-enable \
   --credit-uuid=$UUID \
   --instance=default \
   --expiration=$(date --date="2 weeks" +"%Y-%m-%d")
+
+if ! test 0 = $?; then
+  echo Enabling the tip reserve failed!
+  exit 1
+fi
+

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



reply via email to

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