]> arthur.barton.de Git - netdata.git/commitdiff
Merge pull request #396 from ktsaou/master
authorCosta Tsaousis <costa@tsaousis.gr>
Mon, 9 May 2016 10:07:24 +0000 (13:07 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Mon, 9 May 2016 10:07:24 +0000 (13:07 +0300)
added umask 022 to allow indirectly created directories be readable, …

netdata-installer.sh

index cc27a61c246ec496d9ecb1696781eafe1897637a..918690ff6ceee0c3e4521e1336c03fd626f160bf 100755 (executable)
@@ -11,6 +11,7 @@ then
 fi
 
 LC_ALL=C
+umask 022
 
 # you can set CFLAGS before running installer
 CFLAGS="${CFLAGS--O3}"