view umasked.sh @ 968:fa19bacf6e1e

Unified upstream server up/down state terminology. The "down" word is reserved for usage with the flag of the same name, that marks server as permanently unavailable.
author Vladimir Homutov <vl@nginx.com>
date Thu, 15 Aug 2013 15:54:23 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"