view umasked.sh @ 1318:1e80c13dbf73

nginx support offer reworded to reflect the fact that we provide support for nginx f/oss and nginx based commercial products.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 30 Sep 2014 11:32:31 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"