mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
Install: setup umask (#1222)
This commit is contained in:
parent
7054b002f5
commit
8cdae78e40
@ -5,6 +5,8 @@ if [[ -n "$MSYSTEM" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
umask 002
|
||||
|
||||
source "$(dirname $0)/install/_lib.sh" # does a `cd .../install/`, among other things
|
||||
|
||||
source dc-detect-version.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user