kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
v1.0.177 test
rodzic
c87fb01aba
commit
72c6f28407
3
index.js
3
index.js
|
@ -2569,13 +2569,14 @@ function isJson(item) {
|
||||||
|
|
||||||
function startChrome(callback) {
|
function startChrome(callback) {
|
||||||
if (status.driver.operatingsystem == 'rpi') {
|
if (status.driver.operatingsystem == 'rpi') {
|
||||||
|
console.log('Starting chrome: Phase 1: /bin/bash');
|
||||||
var cp = require('child_process');
|
var cp = require('child_process');
|
||||||
var terminal = cp.spawn('bash');
|
var terminal = cp.spawn('bash');
|
||||||
var chrome = {};
|
var chrome = {};
|
||||||
|
|
||||||
terminal.on('exit', function(code) {
|
terminal.on('exit', function(code) {
|
||||||
console.log('child process exited with code ' + code);
|
console.log('child process exited with code ' + code);
|
||||||
console.log('Starting chrome');
|
console.log('Starting chrome: Phase 2: /usr/bin/chromium-browser');
|
||||||
chrome = cp.spawn('/usr/bin/chromium-browser', [
|
chrome = cp.spawn('/usr/bin/chromium-browser', [
|
||||||
'--app=http://127.0.0.1:3000'
|
'--app=http://127.0.0.1:3000'
|
||||||
]);
|
]);
|
||||||
|
|
Ładowanie…
Reference in New Issue