view umasked.sh @ 1640:442efe0268db

Translated example configuration into English.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 14 Jan 2016 13:20:19 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"