view umasked.sh @ 1268:bb647c5e4ead

Corrected the example in the stub_status module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 06 Aug 2014 18:00:50 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"