taler-deployment

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

commit 01418c4054d32750b3e5b3df63cd4135a914d431
parent 4a2384d48607b6cb2d4bdc57bf212abb2baa4108
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  8 Dec 2017 12:12:58 +0100

escaping double quotes for inline json in bash script

Diffstat:
Mbin/taler-deployment-top-reserve | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve @@ -18,7 +18,7 @@ RESERVE=$(gnunet-ecc -P $(taler-config -s PATHS -o TALER_DEPLOYMENT_SHARED -f)/m taler-exchange-reservemod \ --add="$TALER_CONFIG_CURRENCY:100.0" \ --reserve=$RESERVE \ - --sender='{"bank_uri":"https://bank.$TALER_ENV_NAME.taler.net/","account_number":7,"type":"test"}' \ + --sender="{\"bank_uri\":\"https://bank.$TALER_ENV_NAME.taler.net/\",\"account_number\":7,\"type\":\"test\"}" \ --transfer="{\"uuid\":\"$UUID\"}" if ! test 0 = $?; then