view umasked.sh @ 2161:64004f50b9dd

Clarified the log_format "escape=none" description.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 18 May 2018 12:15:24 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"