view umasked.sh @ 2143:231cad90a823

Corrected appeared-in version for the auth_jwt_leeway directive.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 11 Apr 2018 14:03:37 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"