view umasked.sh @ 1830:6ebdef43330a

Added support for WebP to the image_filter module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Oct 2016 19:52:33 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"