view umasked.sh @ 1380:5018270f6703

TCP load balancing feature added to the banner.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 22 Dec 2014 18:55:46 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"