mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-05 03:21: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)
|
options+=(/config/traccar.xml)
|
||||||
|
|
||||||
# Run the Traccar daemon
|
# Run the Traccar daemon
|
||||||
cd /opt/traccar
|
cd /opt/traccar || hass.die "Failed to switch to Traccar directory"
|
||||||
|
|
||||||
exec java "${options[@]}"
|
exec java "${options[@]}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue