From 47178983c048b094b747209858140666a0f9829e Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Wed, 5 Jul 2017 22:36:08 +0300 Subject: static installs update config files that have not been edited by users; fixes #2384 --- makeself/install-or-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makeself') 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}") -- cgit v1.2.3