From 07c693ca7837fd5dcc679b2dabf6bb9d7e2ba582 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 30 Nov 2017 15:36:37 +0100 Subject: rename --- bin/taler-deployment-enable-reserve | 17 +++++++++++++++++ taler-build/enable_reserve.sh | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100755 bin/taler-deployment-enable-reserve delete mode 100755 taler-build/enable_reserve.sh diff --git a/bin/taler-deployment-enable-reserve b/bin/taler-deployment-enable-reserve new file mode 100755 index 0000000..2404a0c --- /dev/null +++ b/bin/taler-deployment-enable-reserve @@ -0,0 +1,17 @@ +#!/bin/bash + +# This file is run only ONCE - and acts more like a recipe! +# That's because a reserve cannot get its deadline changed, +# so even though we top periodically the same reserve (with +# taler-exchange-reservemod), we can't likewise move in the +# future that reserve's expiration date; thus we pick a very +# distant time for it. + +source $HOME/activate + +taler-merchant-tip-enable \ + --amount="$TALER_CONFIG_CURRENCY:100.00" \ + --backend-uri="http://backend.$TALER_ENVNAME.taler.net/" \ + --credit-uuid=ZUV321 \ # do not change + --instance=default \ + --expiration=2020-12-31 diff --git a/taler-build/enable_reserve.sh b/taler-build/enable_reserve.sh deleted file mode 100755 index 2404a0c..0000000 --- a/taler-build/enable_reserve.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# This file is run only ONCE - and acts more like a recipe! -# That's because a reserve cannot get its deadline changed, -# so even though we top periodically the same reserve (with -# taler-exchange-reservemod), we can't likewise move in the -# future that reserve's expiration date; thus we pick a very -# distant time for it. - -source $HOME/activate - -taler-merchant-tip-enable \ - --amount="$TALER_CONFIG_CURRENCY:100.00" \ - --backend-uri="http://backend.$TALER_ENVNAME.taler.net/" \ - --credit-uuid=ZUV321 \ # do not change - --instance=default \ - --expiration=2020-12-31 -- cgit v1.2.3