view umasked.sh @ 2502:5280a40d933e

Added the "https" scheme to nginx_api.yaml.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 12 Feb 2020 15:37:57 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"