summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-05-09 12:59:49 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-05-09 12:59:49 +0300
commitd131f68f953fc55a4e30669fd286c1e1af38473c (patch)
tree64e6c80dbfc3a986f2674abb9e5e433a5e3cb0d1 /netdata-installer.sh
parent0ec2db444011f5b6ebf41dab45502c27cd544af2 (diff)
added umask 022 to allow indirectly created directories be readable, #121
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index cc27a61c24..918690ff6c 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -11,6 +11,7 @@ then
fi
LC_ALL=C
+umask 022
# you can set CFLAGS before running installer
CFLAGS="${CFLAGS--O3}"