Update linupx-scripts.sh

This commit is contained in:
2022-11-05 11:05:30 -05:00
parent 1b5bba30ac
commit 8d5020d6a4

View File

@@ -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