view umasked.sh @ 2000:814895f3fb24

Skip dirmap operations if $(NGINX_ORG) is customized.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Jun 2017 16:33:19 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"