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: no spaces around


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: no spaces around = in bash
Date: Wed, 17 May 2017 15:49:54 +0200

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 b124110  no spaces around = in bash
b124110 is described below

commit b12411025e6ea87e0893398ba830d96f38d5494b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 17 15:49:54 2017 +0200

    no spaces around = in bash
---
 bin/taler-deployment-keyup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index d0698d6..da8e718 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -2,7 +2,7 @@
 
 set -eu
 
-auditor_request = ${HOME}/shared-data/exchange/auditor-request/auditor_request
+auditor_request=${HOME}/shared-data/exchange/auditor-request/auditor_request
 if [[ ${TALER_CONFIG_STANDALONE:-0} = 1 ]]; then
   # no auditor on env deployments for now
   taler-exchange-keyup \
@@ -13,7 +13,7 @@ else
     -o $auditor_request
 fi
 
-auditor_base_dir = $(taler-config -s exchangedb -o auditor_base_dir)
+auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir)
 taler-auditor-sign -u https://auditor.taler.net/ -m $(taler-config -s exchange 
-o master_public_key) -r $auditor_request -o "$auditor_base_dir/auditor_sig"
 if [[ 0 != $? ]]; then
   echo Auditor signing not accomplished.

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



reply via email to

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