Browse Source

Change Linux auto-run script to Chrome.

Bentley James Oakes 7 years ago
parent
commit
05a4a168c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      run_AToMPM_local.sh

+ 1 - 1
run_AToMPM_local.sh

@@ -11,7 +11,7 @@ python2 mt/main.py&
 mtpid=$!
 sleep 1
 
-chromium --app=http://localhost:8124/atompm
+google-chrome-stable http://localhost:8124/atompm
 
 kill $serverpid
 kill $mtpid