view umasked.sh @ 1512:36a2f70345d2

Corrected translation of the "proxy_ssl" directive in stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 16 Jun 2015 14:51:18 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"