view umasked.sh @ 2026:af51ec6b5489

Fixed typos in njs configure string examples. Reported by PGNet Dev.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 14 Aug 2017 13:43:08 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"