Skip to content

Commit

Permalink
Fix setup script issue (fix traccar#3804)
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Mar 10, 2018
1 parent 0f63a6f commit 755874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ then
rm /opt/traccar/setup.sh
chmod -R go+rX /opt/traccar
cd /opt/traccar/bin/
. /opt/traccar/bin/installDaemon.sh
/opt/traccar/bin/installDaemon.sh
else
echo 'Java 7 or higher is required'
fi
Expand Down

0 comments on commit 755874d

Please sign in to comment.