taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 0c3c16512aa67508875d1647a1d673164583cc06
parent 905c15c711a13453da634ba7395db4a7b9b16bb1
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  7 Jun 2019 15:46:19 +0200

Group can RWX on shared-data/

Added in the "keyup" wrapper, but could be of course
moved somewhere else.

Diffstat:
Mbin/taler-deployment-keyup | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup @@ -40,4 +40,4 @@ fi # with 'true' is needed as when the other party will # execute this it will fail to chmod, but the permissions # are already right. -chmod -R g+rw ${HOME}/shared-data/* || true +chmod -R g+rwx ${HOME}/shared-data/* || true