]> arthur.barton.de Git - netdata.git/commitdiff
do not make executable netdata.service
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 16 Dec 2016 00:03:51 +0000 (02:03 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 16 Dec 2016 00:03:51 +0000 (02:03 +0200)
netdata-installer.sh

index 1487534000cca2e49b1d925d2e640ae7c282097d..adb99e4c58c086cff6e2ec95cb88fedf8bc65013 100755 (executable)
@@ -548,7 +548,7 @@ do
 done
 
 echo >&2 "Fixing permissions ..."
-run find ./system/ -type f -a \! -name \*.in -a \! -name Makefile\* -a \! -name \*.conf  -exec chmod 755 {} \;
+run find ./system/ -type f -a \! -name \*.in -a \! -name Makefile\* -a \! -name \*.conf  -a \! -name \*.service -exec chmod 755 {} \;
 
 NETDATA_ADDED_TO_DOCKER=0
 if [ ${UID} -eq 0 ]