]> arthur.barton.de Git - netdata.git/commitdiff
fix for system/netdata.conf permissions
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 24 Nov 2016 00:28:04 +0000 (02:28 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 24 Nov 2016 00:28:04 +0000 (02:28 +0200)
netdata-installer.sh
system/netdata.conf [changed mode: 0755->0644]

index 68f0f348acb4a2cf2a6c498efaa405dbba569831..c3b8a7d60c6790721495d7105d3b6ce451409c54 100755 (executable)
@@ -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 ]
old mode 100755 (executable)
new mode 100644 (file)