From: Costa Tsaousis (ktsaou) Date: Fri, 16 Dec 2016 00:03:51 +0000 (+0200) Subject: do not make executable netdata.service X-Git-Tag: v1.5.0~122^2~2 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=b1c8df030b435f193a4c66fa20758397af3b158b do not make executable netdata.service --- diff --git a/netdata-installer.sh b/netdata-installer.sh index 14875340..adb99e4c 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\* -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 ]