view umasked.sh @ 1428:933831d7bf0b

Link to "ssl_verify_client" from client certificate directives.
author Sergey Kandaurov <pluknet@nginx.com>
date Sat, 28 Feb 2015 00:31:16 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"