view umasked.sh @ 2822:84bb5b932175

Linux packages: fixed discrepancies in the Russian version.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 13 Jan 2022 12:51:32 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"