view umasked.sh @ 1116:d882c6f3323d

FastCGI and Proxy: translated the "_cache_purge" directives into RU.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 28 Mar 2014 15:58:03 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"