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