view umasked.sh @ 1794:19eb203ffd41

Corrected variable name in the log module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 22 Sep 2016 15:40:51 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"