view umasked.sh @ 1147:ff7defe134d8

HLS: fixed fallouts in the previous edition. Fixed tag used to mark variables. Fixed text of the ngx_http_secure_link_module link.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 08 Apr 2014 15:22:32 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"