gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] 01/02: error messages


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 01/02: error messages
Date: Fri, 15 Dec 2017 12:33:39 +0100

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

marcello pushed a commit to branch master
in repository deployment.

commit edc70f4ad51f2ae2cb2b8a74319192be866e7604
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Dec 15 12:31:15 2017 +0100

    error messages
---
 bin/taler-deployment-top-reserve | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve
index 758f16a..0dcc3fb 100755
--- a/bin/taler-deployment-top-reserve
+++ b/bin/taler-deployment-top-reserve
@@ -24,7 +24,7 @@ taler-bank-transfer \
   --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]