diff options
author | Jing Lu <lvjing5@huawei.com> | 2016-11-30 04:57:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-30 04:57:29 +0000 |
commit | 59aff2e16b819df0731ac8d2cf47cab112df9178 (patch) | |
tree | b966208131ae47878f05ab20419871ce3b1437c2 /install.sh | |
parent | dd4bf5acef87d7c58c0aae3950ef5da386533f5a (diff) | |
parent | c383ae3fa6ccb865575eacf78209fdd3ac7efa69 (diff) |
Merge "Create API and command to create a influxDB container"
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh index 8fdd07569..afb735195 100755 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ apt-get update && apt-get install -y \ libxml2-dev \ libxslt1-dev \ nginx \ - uswgi \ + uwsgi \ uwsgi-plugin-python \ python-setuptools && \ easy_install -U setuptools |