view umasked.sh @ 960:48ab154edf10

Upstream: removed obsoleted directives in the "sticky" module. The "sticky" and "sticky_log_requests" directives were removed. The sticky feature description has been revised.
author Vladimir Homutov <vl@nginx.com>
date Thu, 08 Aug 2013 14:51:40 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"