diff options
author | blsaws <bryan.sullivan@att.com> | 2016-10-23 00:22:14 +0000 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-10-23 00:22:14 +0000 |
commit | 0e1a0960d3dca58423f9999b9bb31a138f8f9031 (patch) | |
tree | 37d395a24eeff901e8fa62da803c87a26cdcd2c8 /tests/blueprints/tosca-vnfd-hello-ves/start.sh | |
parent | 0cc4839fa71b36eb12a164bb193dd71b700a3001 (diff) |
Fix if statement
JIRA: VES-1
Change-Id: I04f5e9d226010ccb1f3f34e8e06383a3b3d785ac
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'tests/blueprints/tosca-vnfd-hello-ves/start.sh')
-rwxr-xr-x | tests/blueprints/tosca-vnfd-hello-ves/start.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/blueprints/tosca-vnfd-hello-ves/start.sh b/tests/blueprints/tosca-vnfd-hello-ves/start.sh index db5a92f..4c6184c 100755 --- a/tests/blueprints/tosca-vnfd-hello-ves/start.sh +++ b/tests/blueprints/tosca-vnfd-hello-ves/start.sh @@ -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 |