summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-prepare
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-23 20:31:51 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-23 20:31:56 +0100
commit1fe922d192668c74c5ce15a668922cce2e06c403 (patch)
treedb39484f01a91a42d12e6c05ebbfea82de5ecd4f /bin/taler-deployment-prepare
parentc28e84770b20bc6cd86ddd3036dd2bc50744647d (diff)
downloaddeployment-1fe922d192668c74c5ce15a668922cce2e06c403.tar.gz
deployment-1fe922d192668c74c5ce15a668922cce2e06c403.tar.bz2
deployment-1fe922d192668c74c5ce15a668922cce2e06c403.zip
log failure cause better
Diffstat (limited to 'bin/taler-deployment-prepare')
-rwxr-xr-xbin/taler-deployment-prepare3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 2174de0..c3f9b00 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -60,6 +60,9 @@ taler-exchange-keyup -o auditor.in
taler-auditor-sign -m $EXCHANGE_MASTER_PUB -r auditor.in -o auditor.out
rm -f auditor.in auditor.out # we don't actually use the auditor's signatures in the demo!
+# Make configuration accessible to auditor
+chmod 750 $HOME/.config
+
##
## Step 3: Sign the exchange's wire information
##