view umasked.sh @ 1255:e48d4309e7f2

Mail auth: added link to the protocol in the "auth_http" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 17 Jul 2014 15:21:10 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"