view umasked.sh @ 1543:08242a0abf11

Fixed grammar in the upstream queue directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 Aug 2015 13:37:33 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"