mirror of
https://github.com/netdata/netdata.git
synced 2025-04-21 04:10:38 +00:00
uninstaller: remove /etc/cron.d/netdata-updater-daily (#16233)
This commit is contained in:
parent
46c7e6f8da
commit
407ad0512d
1 changed files with 1 additions and 0 deletions
|
@ -731,6 +731,7 @@ rm_file /etc/init.d/netdata
|
|||
rm_file /etc/periodic/daily/netdata-updater
|
||||
rm_file /etc/cron.daily/netdata-updater
|
||||
rm_file /etc/cron.d/netdata-updater
|
||||
rm_file /etc/cron.d/netdata-updater-daily
|
||||
|
||||
|
||||
if [ -n "${NETDATA_PREFIX}" ] && [ -d "${NETDATA_PREFIX}" ] && [ "netdata" = "$(basename "$NETDATA_PREFIX")" ] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue