summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-03 12:31:07 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-03 12:31:07 +0200
commit1e2b062e042cba24951740e3c9c81ecdf6d03264 (patch)
treea7dfcf95754fc84c8dd99b8d6871413e91856abc /bin
parente361b67ab4f6ef25a6387674494f76eced031563 (diff)
downloaddeployment-1e2b062e042cba24951740e3c9c81ecdf6d03264.tar.gz
deployment-1e2b062e042cba24951740e3c9c81ecdf6d03264.tar.bz2
deployment-1e2b062e042cba24951740e3c9c81ecdf6d03264.zip
remove confusing comment
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