From 8202f6dda3a685e4b0e727a939295a3f3615b635 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 30 Nov 2017 13:49:25 +0100 Subject: make "update topper" a legal taler-deployment-* command --- bin/taler-deployment-top-reserve | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 bin/taler-deployment-top-reserve (limited to 'bin') diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve new file mode 100755 index 0000000..33d1fd6 --- /dev/null +++ b/bin/taler-deployment-top-reserve @@ -0,0 +1,12 @@ +#!/bin/bash + +source $HOME/activate + +taler-exchange-reservemod \ + --add="$TALER_CONFIG_CURRENCY:100.0" \ + --reserve=S98FEXHW3VJ93EA73CRAQ5E8E4DJE96Z9JXYFHFD169FWS9NS8A0 \ + --sender='{"bank_uri":"https://bank.$TALER_ENVNAME.taler.net/","account_number":7,"type":"test"}' \ + --transfer='ZUV321' + +# note: account number (7) is hardcoded, as tipping +# is only being tested against the 'default' instance. -- cgit v1.2.3