gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: escaping double q


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: escaping double quotes for inline json in bash script
Date: Fri, 08 Dec 2017 12:13:38 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 01418c4  escaping double quotes for inline json in bash script
01418c4 is described below

commit 01418c4054d32750b3e5b3df63cd4135a914d431
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Dec 8 12:12:58 2017 +0100

    escaping double quotes for inline json in bash script
---
 bin/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
index 1352b58..24142f6 100755
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]