view umasked.sh @ 1788:e739f2281571

Mentioned --with-stream_realip_module configure argument for mainline packages.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 13 Sep 2016 19:21:25 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"