summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-deployment-keyup2
1 files changed, 1 insertions, 1 deletions
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.