view umasked.sh @ 784:7d15bd7fc58d

The "auth_basic" directive now supports variables.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Dec 2012 16:59:18 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"