diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-04-27 08:55:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-27 08:55:37 +0000 |
commit | d379bd07e1903a0abe3337675a274e8bc8136ecd (patch) | |
tree | 69fffd0e69f7f4294d266dbb38b2fbc81c893bfe /install.sh | |
parent | b338d3091bb0beb89d4ad9f7c144f43a31a19a74 (diff) | |
parent | 0b976dd02421a181674acc837127ac741ccfccea (diff) |
Merge "Migrate install.sh script to ansible"
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 04985f48a..74929345d 100755 --- a/install.sh +++ b/install.sh @@ -119,4 +119,4 @@ tar xvf ${NSB_DIR}/trex_client.tar.gz -C ${NSB_DIR} rm -f ${NSB_DIR}/trex_client.tar.gz service nginx restart -uwsgi -i /etc/yardstick/yardstick.ini +uwsgi -i /etc/yardstick/yardstick.ini
\ No newline at end of file |