view umasked.sh @ 419:8fa5f2273014

Documented the current drawback when using the "disable_symlinks" directive.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 16 Feb 2012 15:19:54 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"