taler-deployment

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

commit 924cb1d1b599093a843e4217cc883b39df1595dd
parent 925c6931408091643e3e79f00151cdac9aade9de
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 21 Apr 2020 18:02:38 +0530

adjust permissions again

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

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -134,7 +134,7 @@ esac case $TALER_ENV_NAME in demo|test|int) # Make sure the web server can read ~/local - chmod og+r ~/local + chmod og+rx ~/local ;; *) ;;