view umasked.sh @ 1933:866653a4f6a2

Verb agreement in the realip module intro.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Mar 2017 15:02:31 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"