mirror of
https://github.com/NixOS/nix.git
synced 2025-11-23 02:39:37 +01:00
Installer: Set a known umask
Fixes #1560, #2377.
(cherry picked from commit 924712eef1)
This commit is contained in:
parent
f09b375837
commit
00a52f61f4
2 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
umask 0022
|
||||
|
||||
dest="/nix"
|
||||
self="$(dirname "$0")"
|
||||
nix="@nix@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue