| commit | d03647dd8a262a6d944ae6f287f483bb120b7429 | [log] [tgz] |
|---|---|---|
| author | Rajesh <rajesh.velandy@riftio.com> | Tue Sep 27 00:02:56 2016 +0200 |
| committer | Gerrit Code Review <root@osm.etsi.org> | Tue Sep 27 00:02:56 2016 +0200 |
| tree | b3bd8ade8df051e6d1871585e950bc3fe394d7ba | |
| parent | a76c255794a7c09093cb61b468b2b561e30dc3b5 [diff] | |
| parent | 1b20e0cd3fadc172e81b66f782d4d750c8cb6bdf [diff] |
Merge "Added -H option to BUILD.sh launchpad instruction"
diff --git a/BUILD.sh b/BUILD.sh index ecc2ca5..c8aec58 100755 --- a/BUILD.sh +++ b/BUILD.sh
@@ -91,4 +91,4 @@ 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'