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
|
@ -85,7 +85,7 @@ you are troubleshooting.
|
||||||
|
|
||||||
### Option: `port`
|
### Option: `port`
|
||||||
|
|
||||||
The `port` setting allows you to change the port the web interface
|
The `port` setting allows you to change the port the web interface
|
||||||
Traccar is running on.
|
Traccar is running on.
|
||||||
|
|
||||||
### Option: `ssl`
|
### Option: `ssl`
|
||||||
|
|
|
@ -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