summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/install-or-update.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-10 17:49:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-10 17:49:16 +0000
commit68268800d498023aecbba19b47cddd618e233fc3 (patch)
tree2557f39b64809f76fb1a7e893427d59868052030 /packaging/makeself/install-or-update.sh
parentReleasing debian version 1.35.0-1. (diff)
downloadnetdata-68268800d498023aecbba19b47cddd618e233fc3.tar.xz
netdata-68268800d498023aecbba19b47cddd618e233fc3.zip
Merging upstream version 1.35.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/makeself/install-or-update.sh')
-rwxr-xr-xpackaging/makeself/install-or-update.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/makeself/install-or-update.sh b/packaging/makeself/install-or-update.sh
index 6a4cd5b97..15b073feb 100755
--- a/packaging/makeself/install-or-update.sh
+++ b/packaging/makeself/install-or-update.sh
@@ -154,7 +154,6 @@ set_netdata_updater_channel || run_failed "Cannot set netdata updater tool relea
# -----------------------------------------------------------------------------
progress "Install (but not enable) netdata updater tool"
-cleanup_old_netdata_updater || run_failed "Cannot cleanup old netdata updater tool."
install_netdata_updater || run_failed "Cannot install netdata updater tool."
# -----------------------------------------------------------------------------