view umasked.sh @ 1410:f5dcc23b214f

Deleted info about hash and ip_hash from the down parameter.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 09 Feb 2015 21:46:50 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"