view umasked.sh @ 2844:eb11724745e3

Corrected syntax in some directives of the ngx_stream_js_module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 04 May 2022 22:40:12 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"