summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-01 21:02:57 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-01 21:02:57 +0300
commitb9bd846814b337020508c8f4dbac12112bc25859 (patch)
tree72ddc019966c700011b8eb03b131271a3fc78f4a /makeself
parent63d768f479f3a6519238ce6e186d41fc3ea0e1a3 (diff)
create etc/netdata subdirectories
Diffstat (limited to 'makeself')
-rwxr-xr-xmakeself/install-or-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeself/install-or-update.sh b/makeself/install-or-update.sh
index 1a298e99eb..1029ce376a 100755
--- a/makeself/install-or-update.sh
+++ b/makeself/install-or-update.sh
@@ -18,7 +18,7 @@ do
# find it relative filename
f="${x/*etc\/netdata.new\//}"
t="${x/*etc\/netdata.new\//etc\/netdata\//}"
- d=$(dirname "${d}")
+ d=$(dirname "${t}")
echo >&2 "x: ${x}"
echo >&2 "t: ${t}"