From 8d5020d6a42a81b9bee2ae3fd5e9370868892121 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Nov 2022 11:05:30 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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