summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/install-or-update.sh
diff options
context:
space:
mode:
authorSteve8291 <hambling8@gmail.com>2019-05-28 07:01:23 -0400
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-05-28 13:01:23 +0200
commite11a4e4a5dc5231ffb2f58ff05f32156c052766a (patch)
treeea52d9cb248e6fffe85e888c6bceba6fae6ee6f7 /packaging/makeself/install-or-update.sh
parent5c957b5f8d95c38f6387e913e3eab62506ebc013 (diff)
Add "custom-plugins.d" to fix error in log file (#6080)
default netdata.conf file references this dir but installer doesn't create it. Trying to get rid of the following error from /var/log/netdata/error.log ERROR : PLUGINSD : cannot open plugins directory '/etc/netdata/custom-plugins.d' (errno 2, No such file or directory)
Diffstat (limited to 'packaging/makeself/install-or-update.sh')
-rwxr-xr-xpackaging/makeself/install-or-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/install-or-update.sh b/packaging/makeself/install-or-update.sh
index fc4e6d077d..9dd70629d2 100755
--- a/packaging/makeself/install-or-update.sh
+++ b/packaging/makeself/install-or-update.sh
@@ -175,7 +175,7 @@ fi
progress "create user config directories"
-for x in "python.d" "charts.d" "node.d" "health.d" "statsd.d"
+for x in "python.d" "charts.d" "node.d" "health.d" "statsd.d" "custom-plugins.d"
do
if [ ! -d "etc/netdata/${x}" ]
then