view umasked.sh @ 2168:3535437f97d2

Deprecated the "ssl" directive for http and mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 25 May 2018 16:21:20 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"