view umasked.sh @ 1199:5ee8a00f2bc5

Documented the uwsgi_modifier1 and uwsgi_modifier2 directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 20 May 2014 14:41:05 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"