view umasked.sh @ 2021:03538fa2acfe

Corrected typo in the mirror module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 09 Aug 2017 15:52:41 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"