view umasked.sh @ 1001:35ae9ded0465

Updated the "sticky" directive description. The "sticky_cookie_insert" directive is deprecated. The "sticky cookie" provides the same functionality.
author Vladimir Homutov <vl@nginx.com>
date Thu, 03 Oct 2013 17:02:58 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"