view umasked.sh @ 2602:90b32c2c0155

Fixed typo and versions mismatch in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 29 Sep 2020 20:11:28 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"