From d131f68f953fc55a4e30669fd286c1e1af38473c Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Mon, 9 May 2016 12:59:49 +0300 Subject: added umask 022 to allow indirectly created directories be readable, #121 --- netdata-installer.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'netdata-installer.sh') 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}" -- cgit v1.2.3