# HG changeset patch # User Emmanouil Theofanis Chourdakis # Date 1543677804 0 # Node ID c7877910daabb81ea315c7b5c1ccc11b5a87e3f8 # Parent 7abb4f6b3a91ca394ae4c5cb29cd9d43b328a40d changed chrome to run as non-root, changed libreoffice-calc to libreoffice diff -r 7abb4f6b3a91 -r c7877910daab demo/workspace/semantic_analysis.sh --- a/demo/workspace/semantic_analysis.sh Sat Dec 01 12:57:26 2018 +0000 +++ b/demo/workspace/semantic_analysis.sh Sat Dec 01 15:23:24 2018 +0000 @@ -29,7 +29,7 @@ echo "Please visit http://0.0.0.0:8001/index.xhtml#/workspace/story_processed" echo "login with user:au1/pass:au1 and make your changes, and then press enter here" -su apps -c "google-chrome 'http://0.0.0.0:8001/index.xhtml#/workspace/story_processed'" +google-chrome 'http://0.0.0.0:8001/index.xhtml#/workspace/story_processed' cd - read kill $PID