Skip to content

Commit

Permalink
adjust paths to binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed May 30, 2016
1 parent 0cf4350 commit 4497ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p /owntracks/recorder/store
mkdir -p /owntracks/recorder/store/last

chown -R owntracks:owntracks /owntracks/recorder
/usr/local/sbin/ot-recorder --initialize
/usr/sbin/ot-recorder --initialize

mkdir -p /owntracks/certs

Expand Down
2 changes: 1 addition & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ auto_start=true
autorestart=true

[program:recorder]
command=/usr/local/sbin/ot-recorder --http-host 0.0.0.0 'owntracks/#'
command=/usr/sbin/ot-recorder --http-host 0.0.0.0 'owntracks/#'
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
Expand Down

0 comments on commit 4497ced

Please sign in to comment.