taler-deployment

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

commit 660357abaf291b74194a38c03a985e3e7047c631
parent c806571a021fe1ba98a07db316966bd42054da3a
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 27 Apr 2016 00:51:16 +0200

chmod, not 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 --chown=660 +exec uwsgi --check-static $HOME/landing --socket $HOME/sockets/landing.uwsgi --chmod-socket=660