view umasked.sh @ 1785:3fa0944ddc6a

Removed info about session cache from ssl_session_timeout.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Sep 2016 20:39:07 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"