view umasked.sh @ 1348:5e45198fa991

Documented that with health checks most variables are useless.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 22 Oct 2014 14:04:16 -0700
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"