summaryrefslogtreecommitdiffstats
path: root/tools/ves-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ves-setup.sh')
-rw-r--r--tools/ves-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ves-setup.sh b/tools/ves-setup.sh
index b37662b..19932fe 100644
--- a/tools/ves-setup.sh
+++ b/tools/ves-setup.sh
@@ -276,7 +276,7 @@ EOF
if [[ $(grep -c $ves_hostname /etc/hosts) -eq 0 ]]; then
log "add to /etc/hosts: $ves_kafka_host $ves_hostname"
echo "$ves_kafka_host $ves_hostname" | sudo tee -a /etc/hosts
-
+ fi
log "restart collectd to apply updated config"
sudo systemctl restart collectd
}