view umasked.sh @ 614:0526cac4637e

Removed intimate details of the "debug_connection" directive's behavior that is soon to be changed again.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 31 Jul 2012 13:24:43 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"