view umasked.sh @ 1312:91a4eee45eb7

Limit_conn: the limit_zone directive removed from the code.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 29 Sep 2014 14:09:44 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"