summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-config-sign
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler-deployment-config-sign')
-rwxr-xr-xbin/taler-deployment-config-sign8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/taler-deployment-config-sign b/bin/taler-deployment-config-sign
index dcde148..ece20cd 100755
--- a/bin/taler-deployment-config-sign
+++ b/bin/taler-deployment-config-sign
@@ -6,10 +6,4 @@ base=$HOME
export PATH="$base/deployment":$PATH
-for f in ~/shared-data/exchange/wire/*.unsigned.json; do
- outf="${f%.unsigned.json}.json"
- taler-exchange-wire -j "$(<"$f")" > "$outf"
- # make sure both *-blue and *-green can write to it,
- # even when e.g. umask is messed up
- chmod g+w "$outf"
-done
+taler-exchange-wire