mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-04 19:11:31 +00:00
👕 Fixes linter errors
This commit is contained in:
parent
c88f21e714
commit
5f20c902e4
2 changed files with 3 additions and 2 deletions
|
@ -22,5 +22,6 @@ options+=(-jar tracker-server.jar)
|
|||
options+=(/config/traccar.xml)
|
||||
|
||||
# Run the Traccar daemon
|
||||
cd /opt/traccar
|
||||
cd /opt/traccar || hass.die "Failed to switch to Traccar directory"
|
||||
|
||||
exec java "${options[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue