view umasked.sh @ 3034:6ffde2466d2d

Fixed example in the uuid_file directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 25 Jan 2024 11:22:51 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"