view umasked.sh @ 1722:61aca81458a0

Corrected sentence in the upstream module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 06 Jun 2016 12:27:44 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"