taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit edc70f4ad51f2ae2cb2b8a74319192be866e7604
parent 6f01fcc7fee168cd5a9ff73ec4b02cd5106b6f43
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 15 Dec 2017 12:31:15 +0100

error messages

Diffstat:
Mbin/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 @@ -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 +