view umasked.sh @ 1814:7b83f37c806f

Removed link from the "zombies" metric in status.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 13 Oct 2016 20:19:29 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"