view umasked.sh @ 1418:23b409d1f5c7

Revised usage of "individual server" in upstream_conf.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 16 Feb 2015 11:59:43 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"