taler-deployment

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

commit c806571a021fe1ba98a07db316966bd42054da3a
parent 0d140b6dad664a2c6b51ff2a7d3a4970c625296b
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 27 Apr 2016 00:46:53 +0200

chown

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

diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing @@ -9,4 +9,4 @@ export PATH="$base/deployment":$PATH ulimit -c $((100 * 1024)) mkdir -p $HOME/sockets -exec uwsgi --check-static $HOME/landing --socket $HOME/sockets/landing.uwsgi +exec uwsgi --check-static $HOME/landing --socket $HOME/sockets/landing.uwsgi --chown=660