commit 1e2b062e042cba24951740e3c9c81ecdf6d03264 parent e361b67ab4f6ef25a6387674494f76eced031563 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 3 Jun 2019 12:31:07 +0200 remove confusing comment Diffstat:
| M | bin/taler-deployment-config-sign | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git 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