This commit is contained in:
deathbybandaid 2023-12-13 18:57:30 -05:00
parent 913c6d6257
commit 1f5d655d9e

View File

@ -8,7 +8,7 @@ source "$SCRIPTDIR/common/load-defaults.sh"
printf "$COL_LIGHT_BLUE" "* Checking if system already has netdata installed"
install_netdata=0
if [[ ! service_exists netdata ]]
if ! service_exists netdata
then
printf "$COL_YELLOW" "** $HOSTNAME appears to not have the netdata service"
install_netdata=$netdata_install