summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Sullivan <bryan.sullivan@att.com>2017-11-19 20:56:34 -0800
committerBryan Sullivan <bryan.sullivan@att.com>2017-11-19 20:56:34 -0800
commita3131d8b05a31ad8249896358084b56122548323 (patch)
tree1226b28da7d865375b247489aac3ff45ce0bfcbd
parent4b0b335d54946cbb202dfdf0545d499cf559faaa (diff)
Missing fi
JIRA: VES-2 Change-Id: I4d22323a903be585d8efb889d0b96d9687a008a0 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
-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
}