Skip to content

Commit

Permalink
Fixed run.sh location
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-chassaigne committed Sep 26, 2016
1 parent ed5e041 commit 08efff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
LD_LIBRARY_PATH=:/usr/local/lib/arm-linux-gnueabihf/
export LD_LIBRARY_PATH

while true; do ./be-server; done
SCRIPT=$(dirname $(readlink -f "$0"))
while true; do $SCRIPT/be-server $*; done

0 comments on commit 08efff7

Please sign in to comment.