view umasked.sh @ 1644:52033e4b0063

Fixed a link to the auth request module.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 21 Jan 2016 14:42:36 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"