view umasked.sh @ 2067:014323d0cc38

Highlighted the "number" value in the queue directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 Oct 2017 18:14:43 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"