view umasked.sh @ 2691:5f961aa083db

Mentioned realip module in the listen directive for mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 23 Mar 2021 20:41:45 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"