diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-10 17:49:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-10 17:49:12 +0000 |
commit | ea49822785e21557950842ab4e9ebe9c3dea8fee (patch) | |
tree | 0b80570aae9b9cc3195f0c776cac33807c82a425 /packaging/makeself/install-or-update.sh | |
parent | Adding upstream version 1.35.0. (diff) | |
download | netdata-ea49822785e21557950842ab4e9ebe9c3dea8fee.tar.xz netdata-ea49822785e21557950842ab4e9ebe9c3dea8fee.zip |
Adding upstream version 1.35.1.upstream/1.35.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/makeself/install-or-update.sh')
-rwxr-xr-x | packaging/makeself/install-or-update.sh | 1 |
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." # ----------------------------------------------------------------------------- |