diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-10 17:49:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-10 17:49:16 +0000 |
commit | 68268800d498023aecbba19b47cddd618e233fc3 (patch) | |
tree | 2557f39b64809f76fb1a7e893427d59868052030 /packaging/makeself | |
parent | Releasing debian version 1.35.0-1. (diff) | |
download | netdata-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')
-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." # ----------------------------------------------------------------------------- |