view umasked.sh @ 1893:f1c18acbe785

Added info about default log file to error_log.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 Jan 2017 17:45:29 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"