view umasked.sh @ 1876:b451f03e0a4b

Described behavior of stream ssl_verify_client in case of error.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 22 Dec 2016 15:48:05 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"