view umasked.sh @ 1108:a0543e9213e7

New default value for the variables_hash_max_size directive.
author Andrei Belov <defan@nginx.com>
date Tue, 25 Mar 2014 19:01:20 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"