view umasked.sh @ 2038:ffb3570c352c

Removed location context from http2_max_requests.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 18 Sep 2017 20:41:28 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"