view umasked.sh @ 2163:ca35862f1630

Corrected typo in auth_jwt module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 21 May 2018 15:19:21 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"