@cryptotaxi247 / netdata-1 / commits / eb7a17a09

chore(netdata-installer): remove a call to 'cleanup_old_netdata_updater()' because it is no longer exists (#13189)

Ilya Mashchenko committed Jun 23, 2022 at 17:53 UTC eb7a17a0975043a2c35d676f93cfef4bae6c7e70
1 file changed -1
netdata-installer.sh
-1
@@ -1859,7 +1859,6 @@ echo >&2
1859
1860 # -----------------------------------------------------------------------------
1861 progress "Installing (but not enabling) the netdata updater tool"
1862 -cleanup_old_netdata_updater || run_failed "Cannot cleanup old netdata updater tool."
1862 install_netdata_updater || run_failed "Cannot install netdata updater tool."
1863
1864 # -----------------------------------------------------------------------------