syntax
This commit is contained in:
parent
913c6d6257
commit
1f5d655d9e
@ -8,7 +8,7 @@ source "$SCRIPTDIR/common/load-defaults.sh"
|
|||||||
|
|
||||||
printf "$COL_LIGHT_BLUE" "* Checking if system already has netdata installed"
|
printf "$COL_LIGHT_BLUE" "* Checking if system already has netdata installed"
|
||||||
install_netdata=0
|
install_netdata=0
|
||||||
if [[ ! service_exists netdata ]]
|
if ! service_exists netdata
|
||||||
then
|
then
|
||||||
printf "$COL_YELLOW" "** $HOSTNAME appears to not have the netdata service"
|
printf "$COL_YELLOW" "** $HOSTNAME appears to not have the netdata service"
|
||||||
install_netdata=$netdata_install
|
install_netdata=$netdata_install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user