view umasked.sh @ 2241:b7ac730b96f3

Documented TLS 1.3 early data support with OpenSSL. While here, removed availability note from the $ssl_early_data description.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 25 Sep 2018 23:42:34 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"