view umasked.sh @ 2460:c60a8a15010c

Clarified description of the $ssl_cipher variable. Notably, it contains the only actually used cipher suite.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 06 Nov 2019 20:16:06 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"