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: abs path needed.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: abs path needed.
Date: Fri, 08 Jun 2018 17:40:13 +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 4abab72  abs path needed.
4abab72 is described below

commit 4abab727954276e568699a861337370c5688522a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 8 17:39:55 2018 +0200

    abs path needed.
---
 bin/taler-deployment-keyup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index da10dea..8e8ff62 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -24,7 +24,7 @@ taler-auditor-sign \
   -m $(taler-config -s exchange -o master_public_key) \
   -r "$auditor_request_dir/auditor_request" \
   -o "$(taler-config -s exchangedb -o auditor_base_dir -f)/$(date +%s%N)" \
-  -c .config/taler.conf
+  -c ${HOME}/.config/taler.conf
 
 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]