From 254204f57d1613593c3dcba10a0175c862641cf5 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 17 May 2017 20:30:51 +0200 Subject: still on auditor base url --- bin/taler-deployment-keyup | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/taler-deployment-keyup') diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup index a4b9fd8..8f39c28 100755 --- a/bin/taler-deployment-keyup +++ b/bin/taler-deployment-keyup @@ -13,8 +13,9 @@ else -o $auditor_request fi -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 -f) -r $auditor_request -o "$auditor_base_dir/auditor_sig" +auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir -f) +exchange_master_pub=$(taler-config -s exchange -o master_public_key) +taler-auditor-sign -u https://auditor.taler.net/ -m $exchange_master_pub -r $auditor_request -o "$auditor_base_dir/auditor_sig" if [[ 0 != $? ]]; then echo Auditor signing not accomplished. fi -- cgit v1.2.3