view umasked.sh @ 2300:c1808cb00a60

Fixed link to API endpoint in the stream "state" directive.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 05 Dec 2018 19:26:41 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"