summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-30 17:31:29 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-30 17:31:29 +0100
commita54b21474191aa5dc959bab0b12d8f6dfe5efeb6 (patch)
tree9843647a41b7dfd9e0d59f9ff612042f7a940dd5 /bin
parente13ab0feaaaa9a429ab0779761b77d5802df4abe (diff)
downloaddeployment-a54b21474191aa5dc959bab0b12d8f6dfe5efeb6.tar.gz
deployment-a54b21474191aa5dc959bab0b12d8f6dfe5efeb6.tar.bz2
deployment-a54b21474191aa5dc959bab0b12d8f6dfe5efeb6.zip
adjust bashy double quotes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-top-reserve2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve
index 68c2ec3..0f28178 100755
--- a/bin/taler-deployment-top-reserve
+++ b/bin/taler-deployment-top-reserve
@@ -12,7 +12,7 @@ taler-exchange-reservemod \
--add="$TALER_CONFIG_CURRENCY:100.0" \
--reserve=S98FEXHW3VJ93EA73CRAQ5E8E4DJE96Z9JXYFHFD169FWS9NS8A0 \
--sender='{"bank_uri":"https://bank.$TALER_ENV_NAME.taler.net/","account_number":7,"type":"test"}' \
- --transfer='{"uuid":"$UUID"}'
+ --transfer="{\"uuid\":\"$UUID\"}"
if ! test 0 = $?; then
echo Topping reserve failed!