Fix if statement 49/23549/1
authorblsaws <bryan.sullivan@att.com>
Sun, 23 Oct 2016 00:22:14 +0000 (00:22 +0000)
committerblsaws <bryan.sullivan@att.com>
Sun, 23 Oct 2016 00:22:14 +0000 (00:22 +0000)
JIRA: VES-1

Change-Id: I04f5e9d226010ccb1f3f34e8e06383a3b3d785ac
Signed-off-by: blsaws <bryan.sullivan@att.com>
tests/blueprints/tosca-vnfd-hello-ves/start.sh

index db5a92f..4c6184c 100755 (executable)
@@ -1,3 +1,4 @@
+
 #!/bin/bash
 # Copyright 2016 AT&T Intellectual Property, Inc
 #
@@ -46,7 +47,7 @@ setup_collectd () {
   sudo sed -i -- "s/#LoadPlugin interface/LoadPlugin interface/" /etc/collectd/collectd.conf
   sudo sed -i -- "s/#LoadPlugin memory/LoadPlugin memory/" /etc/collectd/collectd.conf
 
-  if [[ "$guest" == true ]]: then
+  if [[ "$guest" == true ]]; then
     cat <<EOF | sudo tee -a  /etc/collectd/collectd.conf
 <LoadPlugin python>
   Globals true