From: Rajesh Date: Mon, 26 Sep 2016 22:01:15 +0000 (-0400) Subject: Added -H option to BUILD.sh launchpad instruction X-Git-Tag: v1.0.0~11^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=1b20e0cd3fadc172e81b66f782d4d750c8cb6bdf;hp=1ada8dbd934164c007c5b81ea4273b4438350545;p=osm%2FSO.git Added -H option to BUILD.sh launchpad instruction Signed-off-by: Rajesh --- diff --git a/BUILD.sh b/BUILD.sh index ecc2ca52..c8aec586 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -91,4 +91,4 @@ make -j16 sudo make install # note to start the RIFT.io UI please run -echo 'sudo /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- ./demos/launchpad.py --use-xml-mode --no-ui' +echo 'sudo -H /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- ./demos/launchpad.py --use-xml-mode --no-ui'