view umasked.sh @ 2225:e2c3d17d0f58

Unified wording of upstream keepalive directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 28 Aug 2018 16:37:52 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"