commit | 7dcc33fb1081513c10358eb2c2de341e922b08cf | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Wed Dec 10 23:46:45 2014 -0800 |
committer | alshabib <alshabibi.ali@gmail.com> | Wed Dec 10 23:46:45 2014 -0800 |
tree | 81a67456882a66a6437e941d1992cf565d2968d3 | |
parent | 1c53a805058af22ffaf862c002d156cb4bf46443 [diff] |
open -> xdg-open
diff --git a/dist-setup.sh b/dist-setup.sh index eae113e..8e3c88c 100644 --- a/dist-setup.sh +++ b/dist-setup.sh
@@ -59,6 +59,8 @@ echo ". ~/onos/tools/dev/bash_profile" >> ~/.bashrc echo "export ONOS_USER=root" >> ~/.bashrc +sed -i -e 's/open/xdg-open/' ~/onos/tools/test/bin/onos-gui + cat > onos/tools/test/cells/docker << EOF export ONOS_NIC="172.17.0.*" export OC1="\$(sudo docker inspect --format '{{ .NetworkSettings.IPAddress }}' onos-1)"