view umasked.sh @ 844:621d5dfcb4f4

Controlling nginx: fixed fallout from my rewrite of text. Spotted by Piotr Dobrogost.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 19 Feb 2013 15:44:54 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"