view umasked.sh @ 2758:96ed09ce33cb

Added info about the Unit 1.25.0 release.
author Artem Konev <artem.konev@nginx.com>
date Fri, 20 Aug 2021 08:26:25 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"