view umasked.sh @ 969:7c542520b8f7

Added note about behavior of a single server in an upstream.
author Vladimir Homutov <vl@nginx.com>
date Thu, 15 Aug 2013 15:55:32 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"