👕 Fixes linter errors

This commit is contained in:
Franck Nijhof 2018-11-03 00:05:53 +01:00
parent c88f21e714
commit 5f20c902e4
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 3 additions and 2 deletions

View file

@ -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[@]}"