view umasked.sh @ 2282:35fd70c12f98

Resynchronized the http and stream upstream module versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 27 Nov 2018 15:33:31 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"