SCRIPTS: publish-release: update the umask to keep group write access

This is to avoid the occasional error that arises when a release is
first done by another maintainer.
This commit is contained in:
Willy Tarreau 2023-05-24 22:48:14 +02:00
parent 3098540bba
commit f9b04bd48b
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ NEW=
DIR=
DOC=( )
# need to have group write on emitted files for others to update
umask 002
die() {
[ "$#" -eq 0 ] || echo "$*" >&2
exit 1