view umasked.sh @ 2865:0d355d154181

Corrected syntax of ssl_conf_command and friends. Each directive takes exactly two arguments: command name and value.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 23 Jun 2022 14:00:09 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"