From 660357abaf291b74194a38c03a985e3e7047c631 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Apr 2016 00:51:16 +0200 Subject: chmod, not chown --- bin/taler-deployment-landing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/taler-deployment-landing') diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing index 0c1a264..5b2de42 100755 --- 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 -- cgit v1.2.3