view umasked.sh @ 2794:b74f2038f2b5

Removed support of NPN for http/2.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 08 Nov 2021 12:30:24 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"