summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-09-15 18:41:23 +0000
committerGitHub <noreply@github.com>2021-09-15 18:41:23 +0000
commit5194270c73c1bfb616f3f40adc79b43ae9e3b955 (patch)
treed60723f78e0df7995664690556570bb8bb1d80c2 /netdata-installer.sh
parent036a661afbdbe24cfce655167a5b90fa1088c6ef (diff)
Remove unused script (#11516)
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 22f1a949e6..76fa95c413 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -1665,6 +1665,12 @@ remove_old_ebpf() {
echo >&2 "Removing old ebpf_kernel_reject_list.txt."
rm -f "${NETDATA_PREFIX}/usr/lib/netdata/conf.d/ebpf_kernel_reject_list.txt"
fi
+
+ # Remove old reset script
+ if [ -f "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/reset_netdata_trace.sh" ]; then
+ echo >&2 "Removing old reset_netdata_trace.sh."
+ rm -f "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/reset_netdata_trace.sh"
+ fi
}
install_ebpf() {