diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/installer/functions.sh | 29 | ||||
-rwxr-xr-x | packaging/makeself/install-or-update.sh | 1 | ||||
-rw-r--r-- | packaging/version | 2 |
3 files changed, 1 insertions, 31 deletions
diff --git a/packaging/installer/functions.sh b/packaging/installer/functions.sh index fe2fed781..8bf7fafcf 100644 --- a/packaging/installer/functions.sh +++ b/packaging/installer/functions.sh @@ -981,35 +981,6 @@ install_netdata_updater() { return 0 } -cleanup_old_netdata_updater() { - if [ -f "${NETDATA_PREFIX}"/usr/libexec/netdata-updater.sh ]; then - echo >&2 "Removing updater from deprecated location" - rm -f "${NETDATA_PREFIX}"/usr/libexec/netdata-updater.sh - fi - - if issystemd && [ -n "$(get_systemd_service_dir)" ] ; then - systemctl disable netdata-updater.timer - rm -f "$(get_systemd_service_dir)/netdata-updater.timer" - rm -f "$(get_systemd_service_dir)/netdata-updater.service" - fi - - if [ -d /etc/cron.daily ]; then - rm -f /etc/cron.daily/netdata-updater.sh - rm -f /etc/cron.daily/netdata-updater - fi - - if [ -d /etc/periodic/daily ]; then - rm -f /etc/periodic/daily/netdata-updater.sh - rm -f /etc/periodic/daily/netdata-updater - fi - - if [ -d /etc/cron.d ]; then - rm -f /etc/cron.d/netdata-updater - fi - - return 0 -} - set_netdata_updater_channel() { sed -i -e "s/^RELEASE_CHANNEL=.*/RELEASE_CHANNEL=\"${RELEASE_CHANNEL}\"/" "${NETDATA_USER_CONFIG_DIR}/.environment" } 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." # ----------------------------------------------------------------------------- diff --git a/packaging/version b/packaging/version index 099485f45..e8d43fec3 100644 --- a/packaging/version +++ b/packaging/version @@ -1 +1 @@ -v1.35.0 +v1.35.1 |