view umasked.sh @ 913:9a65d437da42

Link to "A debugging log" from "debug_connection" and "error_log".
author Ruslan Ermilov <ru@nginx.com>
date Thu, 23 May 2013 15:22:20 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"