@cryptotaxi247 / netdata-1 / commits / 407ad0512

uninstaller: remove /etc/cron.d/netdata-updater-daily (#16233)

Ilya Mashchenko committed Oct 18, 2023 at 14:15 UTC 407ad0512d6ae8e1c1e179781ea36e0525c5b51a
1 file changed +1
packaging/installer/netdata-uninstaller.sh
+1
@@ -731,6 +731,7 @@ rm_file /etc/init.d/netdata
731 rm_file /etc/periodic/daily/netdata-updater
732 rm_file /etc/cron.daily/netdata-updater
733 rm_file /etc/cron.d/netdata-updater
734 +rm_file /etc/cron.d/netdata-updater-daily
735
736
737 if [ -n "${NETDATA_PREFIX}" ] && [ -d "${NETDATA_PREFIX}" ] && [ "netdata" = "$(basename "$NETDATA_PREFIX")" ] ; then