view umasked.sh @ 3012:ac4191d05fdf

Fixed link to the server directive in ssl_protocols.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 14 Sep 2023 21:20:14 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"