summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-config-sign4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/taler-deployment-config-sign b/bin/taler-deployment-config-sign
index bf4372a..d58ee98 100755
--- a/bin/taler-deployment-config-sign
+++ b/bin/taler-deployment-config-sign
@@ -12,10 +12,6 @@ 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