]> arthur.barton.de Git - netdata.git/commitdiff
added umask 022 to allow indirectly created directories be readable, #121
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 9 May 2016 09:59:49 +0000 (12:59 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 9 May 2016 09:59:49 +0000 (12:59 +0300)
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}"