summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
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 b0bf532401..da63c64b6b 100755
--- a/makeself/install-or-update.sh
+++ b/makeself/install-or-update.sh
@@ -24,7 +24,7 @@ md5sum="$(which md5sum 2>/dev/null || command -v md5sum 2>/dev/null || command -
for x in $(find etc.new -type f)
do
# find it relative filename
- f="${x/etc.new\//}"
+ f="${x/etc.new\/netdata\//}"
t="${x/etc.new\//etc\/}"
d=$(dirname "${t}")