commit | 5c0a9f0d0a9a81ff89293283524d737175b91ca1 | [log] [tgz] |
---|---|---|
author | DongRyeol Cha <dr83.cha@samsung.com> | Thu May 17 14:32:55 2018 +0900 |
committer | Ray Milkey <ray@opennetworking.org> | Wed May 30 04:17:10 2018 +0000 |
tree | 9cdb0ed9baf4be50b0e878c6cd00f482a380f331 | |
parent | 67e09aee0e8370c36fbcd9f2d210b640a2083807 [diff] [blame] |
Supports IPv6 address for scp and rsync ONOS-7680 Change-Id: Ica7466715c64765310bfc7bf34126ed02d1818b7
diff --git a/tools/test/bin/proxy-stc b/tools/test/bin/proxy-stc index b63c48b..bf31bc3 100755 --- a/tools/test/bin/proxy-stc +++ b/tools/test/bin/proxy-stc
@@ -39,6 +39,6 @@ status=$? mkdir -p /tmp/stc -scp -r ${ONOS_USER}@${OCN}:/tmp/stc/* /tmp/stc/ +scp -r ${ONOS_USER}@[${OCN}]:/tmp/stc/* /tmp/stc/ -exit $status \ No newline at end of file +exit $status