summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-09-30 03:32:40 -0400
committerGitHub <noreply@github.com>2020-09-30 17:32:40 +1000
commitb8713d153df674e97f3da5809a6151b087fdadf6 (patch)
treed3592851dab0f0df5deb5e3685bc66739dcbf5bb /netdata-installer.sh
parentcfcfbb5880f044cd9d3c4d445285acc4cb49d8fe (diff)
Add a few changes that were missed by the systemd updater support. (#10007)
* Add a check to ensure that the install leaves a clean repo. * Add a few changes that were missed by the systemd updater support.
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index b83bd3b791..d84b2b44d3 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -1059,7 +1059,7 @@ run $make install || exit 1
# -----------------------------------------------------------------------------
progress "Fix generated files permissions"
-run find ./system/ -type f -a \! -name \*.in -a \! -name Makefile\* -a \! -name \*.conf -a \! -name \*.service -a \! -name \*.logrotate -exec chmod 755 {} \;
+run find ./system/ -type f -a \! -name \*.in -a \! -name Makefile\* -a \! -name \*.conf -a \! -name \*.service -a \! -name \*.timer -a \! -name \*.logrotate -exec chmod 755 {} \;
# -----------------------------------------------------------------------------
progress "Creating standard user and groups for netdata"