view umasked.sh @ 764:f8434fdd3cd9

The "auto" parameter of the ""worker_processes" directive was merged into 1.2.5.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Nov 2012 11:12:24 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"