From: Costa Tsaousis (ktsaou) Date: Thu, 24 Nov 2016 00:28:04 +0000 (+0200) Subject: fix for system/netdata.conf permissions X-Git-Tag: v1.5.0~165^2~11 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netdata.git;a=commitdiff_plain;h=a14bc340cd67584d1df7c72b12a0bca14b62cd26 fix for system/netdata.conf permissions --- diff --git a/netdata-installer.sh b/netdata-installer.sh index 68f0f348..c3b8a7d6 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -548,7 +548,7 @@ do done echo >&2 "Fixing permissions ..." -run find ./system/ -type f -a \! -name \*.in -a \! -name Makefile\* -exec chmod 755 {} \; +run find ./system/ -type f -a \! -name \*.in -a \! -name Makefile\* -a \! -name \*.conf -exec chmod 755 {} \; NETDATA_ADDED_TO_DOCKER=0 if [ ${UID} -eq 0 ] diff --git a/system/netdata.conf b/system/netdata.conf old mode 100755 new mode 100644