summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-config-sign
blob: ff170f5fe680a0189c83bf20c613c54dc614c5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env bash

set -eu
base=$HOME
export PATH="$base/deployment":$PATH

for f in $HOME/shared-data/exchange/wire/*.json
  # If this command is run by the blue-green party
  # that did NOT create the .json file(s) then the
  # right group permission is already set (and the
  # 'chmod' below would also fail).
  do chmod g+w $f || true
done

# Sign wire details.
taler-exchange-wire