From 1b20e0cd3fadc172e81b66f782d4d750c8cb6bdf Mon Sep 17 00:00:00 2001 From: Rajesh Date: Mon, 26 Sep 2016 18:01:15 -0400 Subject: [PATCH] Added -H option to BUILD.sh launchpad instruction Signed-off-by: Rajesh --- BUILD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.25.1