Skip to content

Commit

Permalink
chore: version bump and small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelTaranto committed Sep 4, 2024
1 parent bcff8c6 commit 3ed7616
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 102 deletions.
1 change: 1 addition & 0 deletions deploy/codebase/lamassu-machine-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ function updateSupervisor (cb) {
async.apply(command, `cp ${supervisorPath}/* /etc/supervisor/conf.d/`),
async.apply(command, `sed -i 's|^user=.*\$|user=${osuser}|;' /etc/supervisor/conf.d/lamassu-browser.conf || true`),
async.apply(command, 'supervisorctl update'),
async.apply(command, 'supervisorctl restart all'),
], (err) => {
if (err) throw err;
cb()
Expand Down
39 changes: 0 additions & 39 deletions hardware/codebase/upboard/grandola/device_config.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[program:lamassu-browser]
command=/home/lamassu/chrome-linux/chrome --kiosk --incognito --disable-pinch /opt/lamassu-machine/ui/start.html
command=/usr/bin/chromium --kiosk --incognito --disable-pinch /opt/lamassu-machine/ui/start.html
environment=DISPLAY=":0"
user=lamassu
user=machine
autostart=true
autorestart=true
stderr_logfile=/var/log/supervisor/lamassu-browser.err.log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[program:lamassu-browser]
command=/home/lamassu/chrome-linux/chrome --kiosk --incognito --disable-pinch /opt/lamassu-machine/ui/start.html
command=/usr/bin/chromium --kiosk --incognito --disable-pinch /opt/lamassu-machine/ui/start.html
environment=DISPLAY=":0"
user=lamassu
user=machine
autostart=true
autorestart=true
stderr_logfile=/var/log/supervisor/lamassu-browser.err.log
Expand Down
9 changes: 0 additions & 9 deletions hardware/system/upboard/grandola/calibrate-screen.sh

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions hardware/system/upboard/grandola/udev/99-grandola.rules

This file was deleted.

1 change: 0 additions & 1 deletion hardware/system/upboard/grandola/udev/99-i2c.rules

This file was deleted.

1 change: 0 additions & 1 deletion hardware/system/upboard/grandola/udev/99-leds.rules

This file was deleted.

1 change: 0 additions & 1 deletion hardware/system/upboard/grandola/udev/99-spi.rules

This file was deleted.

1 change: 0 additions & 1 deletion hardware/system/upboard/grandola/udev/99-ttyAMA0.rules

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[program:lamassu-browser]
command=/home/lamassu/chrome-linux/chrome --kiosk --incognito --disable-pinch /opt/lamassu-machine/ui/start.html
command=/usr/bin/chromium --kiosk --incognito --disable-pinch /opt/lamassu-machine/ui/start.html
environment=DISPLAY=":0"
user=lamassu
user=machine
autostart=true
autorestart=true
stderr_logfile=/var/log/supervisor/lamassu-browser.err.log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[program:lamassu-browser]
command=/home/lamassu/chrome-linux/chrome --kiosk --incognito --disable-pinch /opt/lamassu-machine/ui/start.html
command=/usr/bin/chromium --kiosk --incognito --disable-pinch /opt/lamassu-machine/ui/start.html
environment=DISPLAY=":0"
user=lamassu
user=machine
autostart=true
autorestart=true
stderr_logfile=/var/log/supervisor/lamassu-browser.err.log
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lamassu-machine",
"license": "./LICENSE",
"version": "10.0.0-rc.21",
"version": "10.0.0",
"dependencies": {
"@apollo/client": "3.7.15",
"@haensl/subset-sum": "^3.0.5",
Expand Down

0 comments on commit 3ed7616

Please sign in to comment.