diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 6a80892..75d2cbb 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -353,7 +353,7 @@ DSMON_INSTALL() { esac } NETDATA_INSTALL() { - if service_exists systemd-networkd; then + if service_exists netdata; then read -n 1 -p "Netdata is already installed, would you like to remove it (y/N)?" choice case "$choice" in