diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-07-23 12:06:39 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-07-23 10:07:38 +0000 |
commit | 83aaeda489a47d4cf03ee84e2894e52aa9c9fcc8 (patch) | |
tree | 0fcb61a1676ac246a9109b860ad5ffc1af912071 /bootstrap-hc2vpp-integration-odl.sh | |
parent | c788beaecccfa253fafd4708af45c28594704aab (diff) |
Fix typo openssh-client -> openssh-clients
Change-Id: I3834f2cf2341be15351435eed277810a5a2218c9
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'bootstrap-hc2vpp-integration-odl.sh')
-rwxr-xr-x | bootstrap-hc2vpp-integration-odl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-hc2vpp-integration-odl.sh b/bootstrap-hc2vpp-integration-odl.sh index 5272c7f06b..cc4913a816 100755 --- a/bootstrap-hc2vpp-integration-odl.sh +++ b/bootstrap-hc2vpp-integration-odl.sh @@ -40,7 +40,7 @@ ODL=$3 if [ -f "/etc/redhat-release" ]; then DISTRO="CENTOS" - sudo yum install -y python-devel python-virtualenv openssh-client sshpass + sudo yum install -y python-devel python-virtualenv openssh-clients sshpass VIRL_TOPOLOGY=$(cat ${SCRIPT_DIR}/VIRL_TOPOLOGY_CENTOS) VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS) else |