view umasked.sh @ 2197:03f8a9c5e8ae

Updated link in the "random" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 02 Jul 2018 18:53:12 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"